Skip to content

feat!: Initial commit #2

feat!: Initial commit

feat!: Initial commit #2

Workflow file for this run

---
name: YamlLint
on:
push:
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
lint:
name: YamlLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
- name: YamlLint
run: yamllint .