Skip to content

Merge pull request #47 from nis65/fixwired #102

Merge pull request #47 from nis65/fixwired

Merge pull request #47 from nis65/fixwired #102

Workflow file for this run

---
name: 'yamllinting'
on:
- push
- pull_request
jobs:
yamllint:
name: 'yamllint'
runs-on: ubuntu-latest
steps:
- name: 'checkout'
uses: actions/checkout@master
- name: 'yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: .
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}