Skip to content

Bump github.com/outofforest/build/v2 from 2.2.0 to 2.3.0 in /build #270

Bump github.com/outofforest/build/v2 from 2.2.0 to 2.3.0 in /build

Bump github.com/outofforest/build/v2 from 2.2.0 to 2.3.0 in /build #270

Workflow file for this run

name: ci
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
strategy:
matrix:
command: [
"build",
"lint/go",
"test/go",
]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run ${{ matrix.command }}
run: bin/builder tidy/go ${{ matrix.command }} git/isclean