Skip to content

Bump github.com/outofforest/buildgo from 0.7.2 to 0.7.3 in /build #195

Bump github.com/outofforest/buildgo from 0.7.2 to 0.7.3 in /build

Bump github.com/outofforest/buildgo from 0.7.2 to 0.7.3 in /build #195

Workflow file for this run

name: ci
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: CI
run: |
cd ./build
go build -o ../bin/.cache/build ./cmd
../bin/.cache/build dev/lint dev/test build