Merge pull request #26 from pamelafox/pamelafox-patch-1
Browse files
.github/workflows/check.yaml
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
name: Python checks
|
2 |
on: [push, pull_request]
|
|
|
|
|
3 |
|
4 |
jobs:
|
5 |
build:
|
|
|
1 |
name: Python checks
|
2 |
on: [push, pull_request]
|
3 |
+
permissions:
|
4 |
+
pull-requests: write
|
5 |
|
6 |
jobs:
|
7 |
build:
|