Skip to content

Update pre-commit-hooks to v0.0.3 (#16) #5

Update pre-commit-hooks to v0.0.3 (#16)

Update pre-commit-hooks to v0.0.3 (#16) #5

Workflow file for this run

name: build
on:
push:
branches:
- "main"
tags:
- "v*.*.*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
run-checks:
uses: ./.github/workflows/checks-and-builds.yaml
with:
publish: true
secrets: inherit