chore: add docs checking thing (#88)

* chore: add doc checking thing

* testing

* Revert "testing"

This reverts commit ae0618d89f.
This commit is contained in:
Smirnov Oleksandr 2025-03-02 17:26:23 +02:00 committed by GitHub
parent 57b5dbf62e
commit bb31271311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 41 additions and 1 deletions

View file

@ -12,7 +12,7 @@ jobs:
name: linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}