Skip to content

Fixs isaaclab.sh to detect isaacsim_version accurately 4.5 or >= 5.0 … #14

Fixs isaaclab.sh to detect isaacsim_version accurately 4.5 or >= 5.0 …

Fixs isaaclab.sh to detect isaacsim_version accurately 4.5 or >= 5.0 … #14

Workflow file for this run

# Copyright (c) 2022-2025, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md).
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
name: Run linters using pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]