WIP: More testing on get, post and delete for pro subscriptions #478
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4.1.7 | |
- name: Install Go | |
uses: actions/setup-go@v5.0.2 | |
with: | |
go-version-file: go.mod | |
- name: Build | |
run: make |