Skip to content

Commit

Permalink
Change to fix-linting for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jul 28, 2023
1 parent 8386c61 commit ec9dfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created]

jobs:
fix_linting:
fix-linting:
# Only run if comment is on a PR with the main repo, and if it contains the magic keywords
if: >
contains(github.event.comment.html_url, '/pull/') &&
Expand Down

0 comments on commit ec9dfc7

Please sign in to comment.