Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jun 19, 2023
1 parent 4834541 commit c2ab45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Lint

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- main

concurrency:
group: check-${{ github.ref }}
group: lint-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit c2ab45e

Please sign in to comment.