Compare commits
2 commits
64306308ce
...
6d49de0421
Author | SHA1 | Date | |
---|---|---|---|
6d49de0421 | |||
5ad0c98252 |
2 changed files with 8 additions and 3 deletions
|
@ -10,7 +10,7 @@ name: Audit
|
|||
jobs:
|
||||
build:
|
||||
name: Audit
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -6,7 +6,7 @@ name: Push
|
|||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -33,3 +33,8 @@ jobs:
|
|||
run: yarn install
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: Save build
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: webroot
|
||||
path: dist/prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue