Skip to content

Commit a1f439a

Browse files
authored
🔧 chore: Update CI QA (#5)
1 parent dbe142c commit a1f439a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- main
77

88
jobs:
9-
lint:
10-
name: Lint source files
9+
qa:
10+
name: Lint & Build
1111
runs-on: [ self-hosted, Linux ]
1212
steps:
1313
- name: Checkout repository
@@ -24,10 +24,5 @@ jobs:
2424
- name: Lint source files
2525
run: npm run lint
2626

27-
build:
28-
name: Build package
29-
needs: lint
30-
runs-on: [ self-hosted, Linux ]
31-
steps:
3227
- name: Build package
3328
run: npm run build

0 commit comments

Comments
 (0)