We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ade3d1f + e484029 commit 830913bCopy full SHA for 830913b
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on: [push, pull_request]
4
jobs:
5
test:
6
runs-on: ubuntu-latest
7
+ permissions:
8
+ contents: read
9
strategy:
10
matrix:
11
entry:
@@ -27,6 +29,8 @@ jobs:
27
29
28
30
rubocop:
31
32
33
34
name: RuboCop
35
steps:
36
- uses: actions/checkout@v6
@@ -38,6 +42,8 @@ jobs:
38
42
39
43
yard:
40
44
45
46
41
47
name: YARD Documentation
48
49
0 commit comments