Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
dev: restrict PR lints
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Nov 7, 2022
1 parent fdc3b78 commit 9eae338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Go linting using Revive (https://revive.run)
name: Lint
on:
pull_request:
pull_request: [ main ]
push:
paths:
- '**.go'
Expand Down

0 comments on commit 9eae338

Please sign in to comment.