Skip to content

add CI workflow

add CI workflow #1

Workflow file for this run

# See LICENSE file for copyright and license information
name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Setup go-task
uses: lukeshay/setup-task@v1
- name: Test
run: task ci