this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add git install

nuv fb477b7e 7a7b613e

+3 -1
+3 -1
.forgejo/workflows/publish.yml
··· 11 11 container: 12 12 image: ghcr.io/gleam-lang/gleam:v1.11.1-node-alpine 13 13 steps: 14 + - name: Add git 15 + run: apk add git 14 16 - name: Checkout repository 15 - uses: https://code.forgejo.org/actions/checkout@v3 17 + uses: https://code.forgejo.org/actions/checkout@v4 16 18 17 19 - name: Run gleam build 18 20 run: gleam build