Skip to content

Fix remote port in for Alice's URSim container #56

Fix remote port in for Alice's URSim container

Fix remote port in for Alice's URSim container #56

Workflow file for this run

---
name: pre-commit
on:
pull_request:
jobs:
pre-commits:
name: pre-commit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: "Install dependencies"
run: |
python -m pip install catkin_lint
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual