Skip to content

Prune unused l1 addr params #421

Prune unused l1 addr params

Prune unused l1 addr params #421

Workflow file for this run

# Mandatory PR checks
name: On PR
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
build-all:
secrets: inherit
uses: ./.github/workflows/build-device.yml
with:
timeout: 15
pre-commit:
name: Run Pre-commit Hooks and Propose Fixes
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history so 'origin/main' is available
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Run Pre-commit and Fix Issues
uses: pre-commit/[email protected]
with:
extra_args: "--from-ref origin/main --to-ref HEAD"