Skip to content

Commit

Permalink
fix: Grant write permission to CICD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyleavedtoadflax committed Sep 28, 2023
1 parent 99e6187 commit 3caba0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI Code Checks
on: [pull_request]
permissions:
contents: write
jobs:
build:
name: code checks
Expand Down Expand Up @@ -41,4 +43,4 @@ jobs:
folder: coverage

- name: Type checking with mypy
run: mypy --config setup.cfg src
run: mypy --config setup.cfg src

0 comments on commit 3caba0b

Please sign in to comment.