Skip to content

Commit

Permalink
🔧 chore: Update CI QA (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik authored Jan 24, 2024
1 parent dbe142c commit a1f439a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main

jobs:
lint:
name: Lint source files
qa:
name: Lint & Build
runs-on: [ self-hosted, Linux ]
steps:
- name: Checkout repository
Expand All @@ -24,10 +24,5 @@ jobs:
- name: Lint source files
run: npm run lint

build:
name: Build package
needs: lint
runs-on: [ self-hosted, Linux ]
steps:
- name: Build package
run: npm run build

0 comments on commit a1f439a

Please sign in to comment.