Skip to content

Add workflow to publish a release to the bcr. #282

Add workflow to publish a release to the bcr.

Add workflow to publish a release to the bcr. #282

Workflow file for this run

name: Pre-Commit
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]