Skip to content

Merge branch 'impl-other-cis' #21

Merge branch 'impl-other-cis'

Merge branch 'impl-other-cis' #21

name: Lint Autoware System Design Format
on:
pull_request:
push:
branches:
- main
jobs:
lint-system-designs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install -r autoware_system_designer/requirements.txt
pip install -e autoware_system_designer
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: lint-system-designs --all-files