Skip to content

Commit

Permalink
::construction_worker: feat: upload userscript artifact for every commit
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <[email protected]>
  • Loading branch information
SimonShiki committed Oct 30, 2023
1 parent 49faa77 commit 817df19
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ jobs:
with:
node-version: 16.x
cache: 'yarn'
- name: Install and Check types
run: yarn install --frozen-lockfile && yarn tsc --noEmit
- name: Install
run: yarn install --frozen-lockfile
- name: Check types and Build
run: yarn tsc --noEmit && NODE_ENV=PRODUCTION yarn run build
- name: Upload Canary Userscript
uses: actions/upload-artifact@v3
with:
name: Canary Userscript
path: dist/chibi.user.js

0 comments on commit 817df19

Please sign in to comment.