Skip to content

Commit

Permalink
install tparse for dependabot flow
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Apr 11, 2024
1 parent c1a2ac5 commit e0b9be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependabot.yml
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install tparse
run: go install github.com/mfridman/tparse@v0.12.2
- run: |
make tidy
- run: |
Expand Down

0 comments on commit e0b9be0

Please sign in to comment.