This commit is contained in:
echo 2022-11-13 21:56:31 +03:30
parent e88edc6c9c
commit 16b6136b94

13
.github/workflows/build.yml vendored Normal file
View 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