Skip to content

feat: move to organisation account 🚚 #6

feat: move to organisation account 🚚

feat: move to organisation account 🚚 #6

Workflow file for this run

---
name: "Tests"
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go version
- run: go test -v ./...