We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c65074e + 963e12a commit 4173fd1Copy full SHA for 4173fd1
.github/workflows/setup-taskflile.yml
@@ -2,14 +2,7 @@ name: setup-taskfile workflow
2
3
on:
4
pull_request:
5
- paths:
6
- - '.github/workflows/setup-taskflile.yml'
7
- - 'setup-taskfile/**'
8
-
9
push:
10
11
12
13
14
jobs:
15
test:
@@ -29,13 +22,10 @@ jobs:
29
22
version: 10.x
30
23
31
24
- name: npm install
32
- working-directory: ./setup-taskfile
33
25
run: npm install
34
26
35
27
- name: npm lint
36
37
28
run: npm run format-check
38
39
- name: npm test
40
41
run: npm test
0 commit comments