Skip to content

feat(zephyr): port to zephyr 4.0.0 #175

feat(zephyr): port to zephyr 4.0.0

feat(zephyr): port to zephyr 4.0.0 #175

Workflow file for this run

name: Format
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --config utils/format/pre-commit-config.yaml