Skip to content

Updated README.md license section. #46

Updated README.md license section.

Updated README.md license section. #46

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