Skip to content

Fix the previous commit. #24

Fix the previous commit.

Fix the previous commit. #24

Workflow file for this run

name: Pre-commit of RoboManipBaselines
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1