Skip to content

Merge branch 'toni/isaaclab_examples' of github.com:Toni-SM/skrl into… #724

Merge branch 'toni/isaaclab_examples' of github.com:Toni-SM/skrl into…

Merge branch 'toni/isaaclab_examples' of github.com:Toni-SM/skrl into… #724

Workflow file for this run

name: pre-commit
on: [ push, pull_request ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install pre-commit
- name: Run pre-commit
run: |
pre-commit run --all-files