Skip to content

Rules no-global-variable, no-suite-variable, and no-test-variable #659

Rules no-global-variable, no-suite-variable, and no-test-variable

Rules no-global-variable, no-suite-variable, and no-test-variable #659

Workflow file for this run

---
name: Pre-commit hooks
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run pre-commit hooks
uses: pre-commit/[email protected]