Skip to content

Commit

Permalink
ci: add github action for running repolinter (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris authored Sep 22, 2021
1 parent 8443b17 commit 399ec5e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
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
11 changes: 11 additions & 0 deletions .github/workflows/repolinter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: repolinter
on: [push, pull_request]

jobs:
repolinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: todogroup/repolinter-action@v1
with:
config_file: .github/repolinter.yaml

0 comments on commit 399ec5e

Please sign in to comment.