Skip to content

Detect CI environment and send associated data along with the test suite #7

Detect CI environment and send associated data along with the test suite

Detect CI environment and send associated data along with the test suite #7

Workflow file for this run

name: Yaml Lint
on:
pull_request:
branches: [main]
paths:
- '**.yml'
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: yaml-lint
uses: reviewdog/[email protected]
with:
level: error
reporter: github-pr-review
yamllint_flags: '.'