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.
2 parents ea9bd12 + 3ca5f0e commit 846ee0bCopy full SHA for 846ee0b
.github/workflows/lint.yml
@@ -1,3 +1,4 @@
1
+---
2
name: Lint
3
on:
4
push:
@@ -11,6 +12,9 @@ on:
11
12
- go.mod
13
- go.sum
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
lint:
20
runs-on: ubuntu-latest
.github/workflows/release.yml
name: Release
.github/workflows/test.yml
@@ -1,5 +1,8 @@
on: [push, pull_request]
name: Test
5
6
7
test:
8
strategy:
0 commit comments