Skip to content

Bump to 0.2.0 ALPHA (#54) #20

Bump to 0.2.0 ALPHA (#54)

Bump to 0.2.0 ALPHA (#54) #20

Workflow file for this run

---
name: Yaml Lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: YAML Lint and Annotate
uses: Staffbase/yamllint-action@v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
## The target path is processed recursively
target-path: .