Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Oct 10, 2024
1 parent d76393f commit 7e8dec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: ["pull_request"]
name: Static checks
jobs:
test:
static-checks:
runs-on: ubuntu-22.04
env:
GOPATH: ${{ github.workspace }}
Expand All @@ -10,6 +10,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
path: ./src/github.com/

- name: Install system dependencies
run: |
Expand Down

0 comments on commit 7e8dec7

Please sign in to comment.