We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af988b9 commit c4a5c4eCopy full SHA for c4a5c4e
.github/workflows/docker-image.yml
@@ -8,6 +8,9 @@ on:
8
pull_request:
9
branches: [ "master" ]
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
build-and-push:
16
runs-on: ubuntu-latest
.github/workflows/pylint.yml
@@ -2,6 +2,9 @@ name: Pylint
2
3
on: [push]
4
5
6
7
build:
0 commit comments