Skip to content

fixup! feat: add github release support to pipeline #19

fixup! feat: add github release support to pipeline

fixup! feat: add github release support to pipeline #19

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
pre_commit_checks:
name: Pre-Commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
submodules: true
- uses: pre-commit/action@main