build(deps): bump the gomod-all group across 1 directory with 3 updates #1038
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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/[email protected] | |
- name: run yamllint | |
run: yamllint . |