Skip to content

Commit

Permalink
Chore(ci): lint + dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Mar 13, 2024
1 parent b2dbd32 commit c453a14
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
11 changes: 11 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: pull_request

jobs:
revive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: docker://morphy/revive-action:v2

0 comments on commit c453a14

Please sign in to comment.