Skip to content

test(kmod): publisher_add test #1233

test(kmod): publisher_add test

test(kmod): publisher_add test #1233

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