[mirror] Make your go dev experience better
github.com/olexsmir/gopher.nvim
neovim
golang
1name: linters
2
3on:
4 push:
5 branches:
6 - main
7 - develop
8 pull_request:
9
10jobs:
11 linters:
12 name: linters
13 runs-on: ubuntu-latest
14 steps:
15 - uses: actions/checkout@v4
16 - uses: JohnnyMorganz/stylua-action@v3
17 with:
18 token: ${{ secrets.GITHUB_TOKEN }}
19 version: latest
20 args: --check .
21
22 - uses: NTBBloodbath/selene-action@v1.0.0
23 with:
24 token: ${{ secrets.GITHUB_TOKEN }}
25 args: .