Skip to content

Commit 5fd4859

Browse files
authored
Rename workflow to match file name
1 parent 4ec127a commit 5fd4859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/pr_lint_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: on-push-event
1+
name: pr-lint-and-test
22
on:
33
pull_request:
44
types: [opened, synchronize]
@@ -43,4 +43,4 @@ jobs:
4343
uses: romeovs/[email protected]
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
46-
lcov-file: ./coverage/lcov.info
46+
lcov-file: ./coverage/lcov.info

0 commit comments

Comments
 (0)