fix: change foldername for workflows
Some checks are pending
Build workctl / build-and-run (push) Waiting to run
Some checks are pending
Build workctl / build-and-run (push) Waiting to run
This commit is contained in:
parent
f5f1b5f96b
commit
a9d43f1708
1 changed files with 0 additions and 0 deletions
21
.forgejo/workflows/build.yml
Normal file
21
.forgejo/workflows/build.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: Build workctl
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build-and-run:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24'
|
||||
|
||||
- name: Build Go application
|
||||
run: |
|
||||
go mod tidy
|
||||
go build -o workctl .
|
||||
Loading…
Add table
Add a link
Reference in a new issue