Skip to content

Merge pull request #33 from bitly/dependabot/github_actions/actions/c… #119

Merge pull request #33 from bitly/dependabot/github_actions/actions/c…

Merge pull request #33 from bitly/dependabot/github_actions/actions/c… #119

Workflow file for this run

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