Skip to content

Merge pull request #4 from partofthething/patch-1 #5

Merge pull request #4 from partofthething/patch-1

Merge pull request #4 from partofthething/patch-1 #5

Workflow file for this run

name: "CI"
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: CI/CD Test
# https://github.com/actions/virtual-environments/
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3
- name: 🔧 Setup go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
# Test
- name: 🌡️ Test
run: go run main.go -h