Skip to content

Draft: Continue to implement #181 flowchart logic #733

Draft: Continue to implement #181 flowchart logic

Draft: Continue to implement #181 flowchart logic #733

Workflow file for this run

name: Pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5.0.1
with:
go-version: 1.22.4
- uses: pre-commit/action@v3.0.1