Skip to content

Commit 4173fd1

Browse files
authored
Merge pull request #11 from per1234/fix-flile
Update the "setup-taskflile" workflow for new repository structure
2 parents c65074e + 963e12a commit 4173fd1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/setup-taskflile.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@ name: setup-taskfile workflow
22

33
on:
44
pull_request:
5-
paths:
6-
- '.github/workflows/setup-taskflile.yml'
7-
- 'setup-taskfile/**'
8-
95
push:
10-
paths:
11-
- '.github/workflows/setup-taskflile.yml'
12-
- 'setup-taskfile/**'
136

147
jobs:
158
test:
@@ -29,13 +22,10 @@ jobs:
2922
version: 10.x
3023

3124
- name: npm install
32-
working-directory: ./setup-taskfile
3325
run: npm install
3426

3527
- name: npm lint
36-
working-directory: ./setup-taskfile
3728
run: npm run format-check
3829

3930
- name: npm test
40-
working-directory: ./setup-taskfile
4131
run: npm test

0 commit comments

Comments
 (0)