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 4933590 commit c5210dcCopy full SHA for c5210dc
2 files changed
.github/workflows/go-test.yaml
@@ -1,10 +1,12 @@
1
name: Go Tests
2
+permissions:
3
+ contents: read
4
5
on:
6
push:
- branches: [ main ]
7
+ branches: [main]
8
pull_request:
9
10
11
jobs:
12
test:
@@ -27,4 +29,4 @@ jobs:
27
29
run: go build -v ./...
28
30
31
- name: Test with the Go CLI
- run: go test $(go list ./... | grep -v e2e)
32
+ run: go test $(go list ./... | grep -v e2e)
.github/workflows/mirror.yaml
@@ -1,7 +1,10 @@
name: Mirror to Public Repository
+
mirror:
0 commit comments