Skip to content

build: CI/CD pipelines for package, image, and docs #2

build: CI/CD pipelines for package, image, and docs

build: CI/CD pipelines for package, image, and docs #2

Workflow file for this run

# Runs pre-commit hooks on pull requests targeting the main branch
name: Automated Code Review
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3