Skip to content

feat: create codspeed go repository with the compat layer #33

feat: create codspeed go repository with the compat layer

feat: create codspeed go repository with the compat layer #33

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files