Skip to content

.github: use shared CLA action #19

.github: use shared CLA action

.github: use shared CLA action #19

Workflow file for this run

---
name: "test"
on:
- "push"
- "pull_request"
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "bewuethr/yamllint-action@v1.1.1"
with:
config-file: ".yamllint"
- uses: "./"
with:
validationfile: "test-schema.zaml"