Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Update linter.yaml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson authored Apr 22, 2024
1 parent 61eecc6 commit 89809cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Yaml Lint
on: [push]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
lintAllTheThings:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89809cc

Please sign in to comment.