Skip to content

Commit bf1b2a2

Browse files
Merge pull request #361 from RSE-Sheffield/chore/lint-js-only
Only trigger JS linting for the components dir
2 parents bbd2cd7 + 09c585b commit bf1b2a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-typescript.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ name: Lint & test JavaScript code
44
on:
55
push:
66
branches: [ "dev" ]
7+
paths:
8+
- ui_components/**
79
pull_request:
810
branches: [ "dev", "main" ]
11+
paths:
12+
- ui_components/**
913
permissions:
1014
contents: read
1115
pull-requests: write # post coverage reports

0 commit comments

Comments
 (0)