:D
This commit is contained in:
parent
e88edc6c9c
commit
16b6136b94
1 changed files with 13 additions and 0 deletions
13
.github/workflows/build.yml
vendored
Normal file
13
.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: push
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
- run: go build .
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./neowofetch
|
Loading…
Reference in a new issue