Skip to content

Introduce tests and lint #7

Introduce tests and lint

Introduce tests and lint #7

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
Test:
strategy:
fail-fast: false
matrix:
go: [ '1.24', '1.23', '1.22' ]
uses: bytemare/workflows/.github/workflows/test-go.yaml@10acaec9311457cf71789a956e110ac175297fb1
with:
version: ${{ matrix.go }}