Skip to content

Fix portal CSS lint spacing #21

Fix portal CSS lint spacing

Fix portal CSS lint spacing #21

name: Local Quality Gate
on:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
workflow_dispatch:
permissions:
contents: read
jobs:
quality-gate:
name: Fast Repository Validation
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tool dependencies
run: python -m pip install -r tools/requirements.txt
- name: Run quality gate unit tests
run: python -m pytest tools/tests/test_quality_gate.py -q
- name: Run repository quality gate
run: python -m tools.quality_gate .