Skip to content

chore(dependabot.yml): Update path #811

chore(dependabot.yml): Update path

chore(dependabot.yml): Update path #811

Workflow file for this run

---
name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Run tests
run: |
go test -v ./...