Skip to content

CI Go Tests & Linter #11

CI Go Tests & Linter

CI Go Tests & Linter #11

Workflow file for this run

name: CI Go Tests & Linter
on: push
jobs:
tests:
name: Run Tests
strategy:
matrix:
go-version: [1.21]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Linter & Tests
uses: ./.github/actions/linter