Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 8c8daf4

Browse files
committed
Merge branch 'master' of https://github.com/e-marshall/itslive
2 parents 8f08dab + 9e8c9f6 commit 8c8daf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/on-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: on-push
2+
23
permissions:
3-
pull-requests: write
4-
issues: write
5-
repository-projects: write
4+
contents: read
5+
pages: write
66

77

88
on:
@@ -31,8 +31,8 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v3
3333

34-
- name: Codespell with annotations
35-
uses: codespell-project/actions-codespell@v1.0
34+
#- name: Codespell with annotations
35+
# uses: codespell-project/actions-codespell@v1.0
3636

3737

3838
- name: Install Conda Environment

0 commit comments

Comments
 (0)