Skip to content

Commit b75ebe7

Browse files
committed
Add defaults and concurrency
1 parent 1629cd5 commit b75ebe7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Arduino-Lint-Check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66
branches: [ master, main ]
77
workflow_dispatch:
88

9+
defaults:
10+
run:
11+
shell: bash
12+
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
917
jobs:
1018
lint:
1119
name: Lint Check

0 commit comments

Comments
 (0)