Skip to content

ci: Add stylelint and prettier #33

ci: Add stylelint and prettier

ci: Add stylelint and prettier #33

Workflow file for this run

---
name: "yamllint"
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: Check yaml with yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: ibiqlik/action-yamllint@v3
with:
strict: true