Skip to content

Commit 5894859

Browse files
committed
refactor: Rename job
1 parent 7f73bf0 commit 5894859

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ concurrency:
99
cancel-in-progress: true
1010

1111
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:
12+
default:
1913
runs-on: ubuntu-latest
2014
steps:
2115
- name: Checkout

0 commit comments

Comments
 (0)