Skip to content

Update README.md

Update README.md #34

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Use Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Run QA
run: |
make qa