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 7f73bf0 commit 5894859Copy full SHA for 5894859
.github/workflows/main.yml
@@ -9,13 +9,7 @@ concurrency:
9
cancel-in-progress: true
10
11
jobs:
12
- # Note: changing the name of the job disables Slither checks with the error:
13
- # Warning: Code scanning cannot determine the alerts introduced by this pull
14
- # request, because 1 configuration present on refs/heads/develop was not found:
15
- #
16
- # Actions workflow (main.yml)
17
- # ❓ .github/workflows/main.yml:coverage
18
- coverage:
+ default:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
0 commit comments