Skip to content

Commit bb8eb04

Browse files
committed
Update ci
1 parent b07b45a commit bb8eb04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
branches:
77
- master
88

9+
concurrency:
10+
# Cancels pending runs when a PR gets updated.
11+
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
12+
cancel-in-progress: true
13+
914
jobs:
1015
build:
1116
runs-on: ubuntu-latest
@@ -50,4 +55,4 @@ jobs:
5055
version: master
5156

5257
- name: Lint
53-
run: zig fmt --check kernel/*.zig lib/*.zig build.zig
58+
run: zig fmt --check kernel lib build.zig

0 commit comments

Comments
 (0)