Skip to content

feat: caluculate nearest voxel score each point #181

feat: caluculate nearest voxel score each point

feat: caluculate nearest voxel score each point #181

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.sha }}
- name: Run pre-commit
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
with:
pre-commit-config: .pre-commit-config.yaml