We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae35b8 commit 5208554Copy full SHA for 5208554
.github/workflows/slither.yml
@@ -1,4 +1,4 @@
1
-name: slither
+name: Slither
2
3
on:
4
push:
@@ -8,7 +8,6 @@ on:
8
9
jobs:
10
slither:
11
- name: slither
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
@@ -34,8 +33,8 @@ jobs:
34
33
echo "value=${value}" >> $GITHUB_OUTPUT
35
36
- name: Create/update checklist as PR comment
+ if: ${{ github.event_name == 'pull_request' && steps.formatted_slither.outputs.value != '' }}
37
uses: actions/github-script@v6
38
- if: github.event_name == 'pull_request'
39
with:
40
script: |
41
const script = require(".github/scripts/slither_pr_comment")
0 commit comments