We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a6b5b6 + badfbe2 commit 2df69d2Copy full SHA for 2df69d2
1 file changed
.github/workflows/test.yml
@@ -0,0 +1,19 @@
1
+name: Test
2
+
3
+on:
4
+ push:
5
6
+permissions:
7
+ contents: read
8
9
+jobs:
10
+ test:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
14
15
+ - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
16
+ with:
17
+ go-version-file: go.mod
18
19
+ - run: go test ./...
0 commit comments