chore: add doc checking thing

This commit is contained in:
Oleksandr Smirnov 2025-03-02 17:22:41 +02:00
parent 57b5dbf62e
commit ef31ef4730
No known key found for this signature in database
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 }}