Skip to content

Merge pull request #30 from bitly/chore/dependabot-github-actions #111

Merge pull request #30 from bitly/chore/dependabot-github-actions

Merge pull request #30 from bitly/chore/dependabot-github-actions #111

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tsplot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test