We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877b6c0 commit c0505f1Copy full SHA for c0505f1
.github/workflows/mutation-testing.yml
@@ -3,12 +3,13 @@ on:
3
workflow_dispatch:
4
schedule:
5
- cron: '0 0 * * *' # run once every day at 00:00 UTC
6
-permissions:
7
- contents: read # to fetch code (actions/checkout)
+permissions: {}
8
jobs:
9
lint:
10
name: Run mutation testing
11
runs-on: ubuntu-latest
+ permissions:
12
+ contents: read # for actions/checkout
13
steps:
14
- name: Checkout repo
15
uses: actions/checkout@v3
0 commit comments