Skip to content

Add ability to always run GroupBox2 rule #422

Add ability to always run GroupBox2 rule

Add ability to always run GroupBox2 rule #422

Workflow file for this run

name: Run pre-commit
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install --no-install-recommends libxkbcommon-dev
pip3 install setuptools
- uses: pre-commit/[email protected]