Skip to content

🌱 use bot for labelling too #6

🌱 use bot for labelling too

🌱 use bot for labelling too #6

Workflow file for this run

name: PR tests
on:
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go test ./...