Skip to content

ci: add everything needed for the CI #2

ci: add everything needed for the CI

ci: add everything needed for the CI #2

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3