Skip to content

Merge pull request #383 from 030/dependabot/go_modules/golang.org/x/n… #385

Merge pull request #383 from 030/dependabot/go_modules/golang.org/x/n…

Merge pull request #383 from 030/dependabot/go_modules/golang.org/x/n… #385

Workflow file for this run

---
name: Yamllint
'on': push
jobs:
yamllint:
runs-on: ubuntu-latest
container:
image: pipelinecomponents/yamllint:0.21.0
env:
YAMLLINT_CONFIG_FILE: /code/configs/.yamllint.yaml
options: --cpus 1
steps:
- uses: actions/checkout@v3
- name: run yamllint
run: yamllint .