Compare commits
No commits in common. "f6ea1162da884c94c7f02f68b1bb601ab5ed987e" and "1e8385eef9d4aa731213e639e1c4238ec2a21945" have entirely different histories.
f6ea1162da
...
1e8385eef9
2 changed files with 7 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
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
|
7
.forgejo/workflows/demo.yml
Normal file
7
.forgejo/workflows/demo.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: alpine-latest
|
||||
steps:
|
||||
- shell: sh
|
||||
run: echo using sh here
|
Loading…
Add table
Reference in a new issue