Skip to content

[DO NOT MERGE] test: test CI check #172

[DO NOT MERGE] test: test CI check

[DO NOT MERGE] test: test CI check #172

Workflow file for this run

name: pre-commit
on:
pull_request:
types:
- opened
- synchronize
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run pre-commit
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
with:
pre-commit-config: .pre-commit-config.yaml