This commit is contained in:
Jean-Marie Mineau 2024-03-13 13:12:31 +01:00
parent a1aa259c1a
commit 2c660d0958
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -0,0 +1,15 @@
on: [push]
jobs:
test_checkout:
runs-on: docker
container:
image: rust:slim-bookworm
steps:
- run: apt-get update -y && apt-get install -y nodejs
- run: cargo install trunk
- uses: https://code.forgejo.org/actions/checkout@v3
- run: |
trunk build --release --public-url '.'
cd dist
git init
git remote add origin $GITHUB_TOKEN