Skip to content

chore: add TetsuKawa into ros2agnocast owner #1221

chore: add TetsuKawa into ros2agnocast owner

chore: add TetsuKawa into ros2agnocast owner #1221

Workflow file for this run

name: run pre-commit
on:
pull_request:
types: [opened, synchronize]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pre-commit
- name: Run pre-commit
run: |
pre-commit run --all-files