Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed May 1, 2024
1 parent 100b3ff commit 0d49b42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ on:
concurrency:
cancel-in-progress: true
group: >-
${{ github.workflow }}-
${{ github.event.pull_request.number || github.ref }}
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
jobs:
linting:
Expand Down

0 comments on commit 0d49b42

Please sign in to comment.