Skip to content

Commit

Permalink
ci(linter): fix no dependencies job
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Nov 28, 2023
1 parent dab22bd commit b94dc10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
pull_request:
branches:
- "**"
workflow_dispatch:

jobs:
golangci:
runs-on: ubuntu-latest
needs: tests
steps:
- uses: actions/checkout@v4
- name: golangci-lint
Expand All @@ -24,7 +24,6 @@ jobs:

semgrep:
runs-on: ubuntu-latest
needs: tests
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
Expand Down

0 comments on commit b94dc10

Please sign in to comment.