Skip to content

Updated documentation pages. #1

Updated documentation pages.

Updated documentation pages. #1

Workflow file for this run

name: Build Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.2'
- name: Install Qrepo
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh)"
- name: CMake Build
run: qrepo run build