gopher.nvim/.github/workflows/linters.yml
Smirnov Oleksandr bb31271311
chore: add docs checking thing (#88)
* chore: add doc checking thing

* testing

* Revert "testing"

This reverts commit ae0618d89f.
2025-03-02 17:26:23 +02:00

25 lines
472 B
YAML

name: linters
on:
push:
branches:
- main
- develop
pull_request:
jobs:
linters:
name: linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
- uses: NTBBloodbath/selene-action@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: .