Skip to content

fix(behavior_path_start_planner_module): check if pull_out_path is empty #22858

fix(behavior_path_start_planner_module): check if pull_out_path is empty

fix(behavior_path_start_planner_module): check if pull_out_path is empty #22858

name: pre-commit-optional
on:
pull_request:
jobs:
pre-commit-optional:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run pre-commit
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
with:
pre-commit-config: .pre-commit-config-optional.yaml
base-branch: origin/${{ github.base_ref }}