Skip to content

Merge pull request #27 from ember-nexus/feature/multi-arch-docker-images #172

Merge pull request #27 from ember-nexus/feature/multi-arch-docker-images

Merge pull request #27 from ember-nexus/feature/multi-arch-docker-images #172

Workflow file for this run

name: YML lint
on:
- push
- fork
- pull_request
jobs:
yml-lint:
runs-on: ubuntu-latest
name: 'YML lint'
steps:
- uses: actions/checkout@v3
- run: docker pull cytopia/yamllint
- run: docker run --rm -t -v $(pwd):/data cytopia/yamllint .
shell: bash