Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

build(actions): AS-626 migrate to shared actions #27

build(actions): AS-626 migrate to shared actions

build(actions): AS-626 migrate to shared actions #27

Workflow file for this run

---
name: pre-commit
on:
pull_request:
types:
- opened
- synchronize
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run pre-commit
uses: "voxel51/aloha-github-workflows/.github/actions/pre-commit@main"