Updated workflow

This commit is contained in:
Rob van Oostenrijk 2024-01-14 11:02:04 +04:00
parent b02df1311c
commit 614499eaf4
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
on: [push, pull_request]
name: Check
jobs:
check:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: make test