Skip to content

Initial .gitattributes. #5

Initial .gitattributes.

Initial .gitattributes. #5

Workflow file for this run

name: Package Build CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- 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: Build and Run Test Suite
run: qrepo run build