Skip to content

website: Trigger update on Github action edit #309

website: Trigger update on Github action edit

website: Trigger update on Github action edit #309

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: go test
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- '1'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: |
go test -v ./...