Skip to content

add documentation

add documentation #25

---
name: "Check code quality"
on:
pull_request:
branches:
- "master"
paths-ignore:
- '**.md'
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Lint"
run: yamllint .