Skip to content

Merge branch 'master' of github.com:rhythmictech/terraform-aws-datadog #27

Merge branch 'master' of github.com:rhythmictech/terraform-aws-datadog

Merge branch 'master' of github.com:rhythmictech/terraform-aws-datadog #27

Workflow file for this run

---
name: yamllint
on:
push:
branches:
- main
- master
- prod
- develop
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
filter_mode: nofilter
level: error