Skip to content

Commit 60e8ebe

Browse files
authored
ci: adding write permissions to the linter
1 parent 77046a6 commit 60e8ebe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
env:
1616
PROJECT_FOLDER: "LoopStructural"
1717
PYTHON_VERSION: 3.9
18-
18+
permissions:
19+
contents: write
1920

2021
jobs:
2122
lint-py:

0 commit comments

Comments
 (0)