Skip to content

build: [GH-84] Broken CI #293

build: [GH-84] Broken CI

build: [GH-84] Broken CI #293

Workflow file for this run

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