Added initial forgejo actions config

This commit is contained in:
Nicola Zangrandi 2025-01-21 10:55:52 +01:00 committed by Nicola Zangrandi
parent ee102a34a7
commit db643f0a60
Signed by: wasp
GPG key ID: 43C1470D890F23ED

View file

@ -0,0 +1,16 @@
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache-dependency-path: "**/*.sum"
- run: go build
- uses: actions/upload-artifact@v3
with:
name: fj
path: fj