Skip to content

Commit b7b35ec

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-node-5
2 parents b897c0e + 49c0e9c commit b7b35ec

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/lint-pr-title.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- edited
88
- synchronize
99

10+
concurrency:
11+
group: lint-pr-title-pr-${{ github.event.pull_request.number }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
lint-pr-title:
1216
name: Lint PR title

.github/workflows/qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: QA
22

33
on: pull_request
44

5+
concurrency:
6+
group: qa-pr-${{ github.event.pull_request.number }}
7+
cancel-in-progress: true
8+
59
jobs:
610
qa:
711
name: QA

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@biomejs/biome": "2.2.2",
21-
"@types/node": "24.3.0",
21+
"@types/node": "24.3.1",
2222
"get-port": "7.1.0",
2323
"tsup": "8.5.0",
2424
"tsx": "4.20.5",

0 commit comments

Comments
 (0)