Skip to content

Commit 0364752

Browse files
committed
fixup!
1 parent 8bf391e commit 0364752

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: webpack-dev-server
1+
name: CI
22

33
on:
44
push:
@@ -63,6 +63,9 @@ jobs:
6363
- name: Install dependencies
6464
run: npm ci
6565

66+
- name: Link webpack-dev-server
67+
run: npm link webpack-dev-server --ignore-scripts
68+
6669
- name: Run tests
6770
run: npm run test:coverage -- --ci
6871

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: Check PR title
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types:
66
- opened
77
- reopened
88
- edited
99

10+
permissions:
11+
pull-requests: read
12+
1013
jobs:
1114
main:
1215
name: Validate PR title
1316
runs-on: ubuntu-latest
14-
permissions:
15-
pull-requests: read
1617
steps:
1718
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
1819
env:

0 commit comments

Comments
 (0)