Skip to content

Logo and contributors on README.md #41

Logo and contributors on README.md

Logo and contributors on README.md #41

Workflow file for this run

name: Build Action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.21.5
uses: actions/setup-go@v4
with:
go-version: 1.21.5
- name: Go version
run: go version
- name: Building Qrepo distribution binary
run: go build -ldflags "-s -w" -o dist/qrepo github.com/nthnn/Qrepo