[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f171953e4366af7328abd4d9054b6c22466a8768 25 lines 472 B view raw
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: .