Skip to content

Merge branch 'main' of https://github.com/jakopako/goskyr into main #384

Merge branch 'main' of https://github.com/jakopako/goskyr into main

Merge branch 'main' of https://github.com/jakopako/goskyr into main #384

Workflow file for this run

name: tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.23"]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -v ./...