Skip to content

Commit

Permalink
Adding nilaway.yaml for more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 1, 2024
1 parent 002000b commit 092b3e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/nilaway.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: nilaway
on: [push, pull_request]

permissions:
contents: read
pull-requests: read

jobs:
nilaway:
name: nilaway
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1
with:
go-version: '1.21'
- name: download nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest
- name: run nilaway
run: nilaway .

0 comments on commit 092b3e8

Please sign in to comment.