Skip to content

Merge pull request #26 from organisationsnummer/renovate/actions-setu… #65

Merge pull request #26 from organisationsnummer/renovate/actions-setu…

Merge pull request #26 from organisationsnummer/renovate/actions-setu… #65

Workflow file for this run

on:
push:
branches:
- master
# Run tests for any PRs.
pull_request:
name: test
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
go-version: 'stable'
check-latest: true
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test ./...