Skip to content

Install git-lfs

Install git-lfs #439

Workflow file for this run

name: Lint Code Base
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint ansible project
uses: ansible-community/ansible-lint-action@v6
with:
path: "ansible/roles"