Compare commits

..

No commits in common. "6d49de0421bcd1fb90c77d9bcbc75c65c71aa98c" and "64306308ce9b266c897910fddc1a3694bc362771" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -10,7 +10,7 @@ name: Audit
jobs:
build:
name: Audit
runs-on: ubuntu-22.04
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -6,7 +6,7 @@ name: Push
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
@ -23,7 +23,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
@ -33,8 +33,3 @@ jobs:
run: yarn install
- name: Build
run: yarn build
- name: Save build
uses: forgejo/upload-artifact@v4
with:
name: webroot
path: dist/prod