We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb1b52 commit 2b31199Copy full SHA for 2b31199
.github/workflows/github-actions-test.yml
@@ -6,6 +6,9 @@ jobs:
6
runs-on: ubuntu-latest
7
container: golang:1.23-bookworm
8
steps:
9
+ - name: Checkout code
10
+ uses: actions/checkout@v2
11
+
12
- run: make setup
13
- run: make install
14
- run: make lint
0 commit comments