Skip to content

Merge pull request #30 from ryanhristovski/token-refresh #43

Merge pull request #30 from ryanhristovski/token-refresh

Merge pull request #30 from ryanhristovski/token-refresh #43

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: |
go vet ./...