Skip to content

Merge pull request #20 from DefiantLabs/patch/debug-main-loop #64

Merge pull request #20 from DefiantLabs/patch/debug-main-loop

Merge pull request #20 from DefiantLabs/patch/debug-main-loop #64

Workflow file for this run

name: pre-commit checks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
env:
GO_VERSION: '^1.19'
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/action@v3.0.0