Skip to content

Merge pull request #58 from backplane/dependabot/pip/ansible-approx-e… #160

Merge pull request #58 from backplane/dependabot/pip/ansible-approx-e…

Merge pull request #58 from backplane/dependabot/pip/ansible-approx-e… #160

Workflow file for this run

name: YAML Lint
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Check the YAML in .github and containers
run: |
docker run \
--rm \
--volume "$(pwd):/work" \
backplane/yamllint \
-f github \
.