Skip to content

Commit

Permalink
update repolinter github action
Browse files Browse the repository at this point in the history
- switch to todogroup/repolinter-action
- use todogroup default repolinter ruleset
  • Loading branch information
willnorris committed Sep 22, 2021
1 parent a5f83ee commit 463764a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/repolinter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extends: https://raw.githubusercontent.com/todogroup/.github/master/repolinter-rules/default.yaml
# Add custom repolinter rules here. Learn more at https://github.com/todogroup/repolinter
4 changes: 3 additions & 1 deletion .github/workflows/repolinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: newrelic/repolinter-action@0e463abe6d591be494272ebb50a536dcb270bcfe #v1.6.5
- uses: todogroup/repolinter-action@v1
with:
config_file: .github/repolinter.yaml

0 comments on commit 463764a

Please sign in to comment.