Skip to content

Commit

Permalink
Adding potential nilaway, may need to change as it may not work
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Dec 31, 2023
1 parent bc8092e commit 0323fea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/nilaway.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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: nilaway
uses: uber-go/nilaway
with:
version: latest

# Show only new issues if it's a pull request.
only-new-issues: true

0 comments on commit 0323fea

Please sign in to comment.