Skip to content

Commit

Permalink
combine jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jan 8, 2024
1 parent d1e4273 commit c61bc1b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/onPush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CI: true
jobs:
lint:
name: 'Lint | Typecheck'
name: 'Build | Lint'
runs-on: macos-12
steps:
- name: Checkout
Expand All @@ -26,12 +26,7 @@ jobs:
run: |
npm install -g license-checker
license-checker --failOn "AGPL-1.0-only;AGPL-1.0-or-later;AGPL-3.0-only;AGPL-3.0-or-later;GPL-1.0-only;GPL-1.0-or-later;GPL-2.0-only;GPL-2.0-or-later;GPL-3.0-only;GPL-3.0-or-later;LGPL-2.0-only;LGPL-2.0-or-later;LGPL-2.1-only;LGPL-2.1-or-later;LGPL-3.0-only;LGPL-3.0-or-later;LGPLLR;MPL-1.1"
build:
name: 'Install | Build'
runs-on: macos-12
steps:
- name: Setup
uses: ./.github/actions/setup
- name: Build Package
run: |
npm run build

0 comments on commit c61bc1b

Please sign in to comment.