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 33c362e commit 51f42eeCopy full SHA for 51f42ee
.github/workflows/main.yml
@@ -8,6 +8,8 @@ jobs:
8
RUBOCOP_TEST: false
9
RSPEC_TEST: true
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
strategy:
14
fail-fast: false
15
matrix:
@@ -27,6 +29,8 @@ jobs:
27
29
28
30
31
32
33
34
35
36
@@ -46,6 +50,8 @@ jobs:
46
50
47
51
48
52
53
54
49
55
56
57
@@ -65,6 +71,8 @@ jobs:
65
71
66
72
67
73
74
75
68
76
69
77
70
78
0 commit comments