Skip to content

docs(README): update README (#14) #12

docs(README): update README (#14)

docs(README): update README (#14) #12

---
name: Worflows checks
on:
push:
branches:
- main
pull_request:
jobs:
repo-checks:
name: Check the repository github actions workflows
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true