Skip to content

chore: add dependabot config for GitHub Actions #109

chore: add dependabot config for GitHub Actions

chore: add dependabot config for GitHub Actions #109

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