Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
34c5b5341ceceeb14f6510fd66f28249c8a2db9b
/
.
/
.github
/
workflows
/
lint.yml
blob: 872657aa42fdbf13d2891dd6ccf9fb4c7df4855f [
file
] [
log
] [
blame
]
name:
lint
on:
pull_request:
jobs:
ansible
-
lint:
runs
-
on:
ubuntu
-
latest
container:
haxorof/ansible
-
lint
:
v6
steps:
-
uses:
actions/checkout@v3.0.2
-
run:
ansible
-
lint roles
env:
GITHUB_ACTIONS:
true
GITHUB_WORKFLOW:
"{{ github.workflow.name }}"