We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2a587 commit 3a6a460Copy full SHA for 3a6a460
1 file changed
.github/workflows/pr.yaml
@@ -17,6 +17,9 @@ jobs:
17
uses: actions/setup-go@v5
18
with:
19
go-version: '1.24'
20
+
21
+ - name: Install dependencies
22
+ run: go get .
23
24
- name: Run tests
25
run: |
0 commit comments