This commit is contained in:
Seth Cottle
2025-03-17 18:41:30 -04:00
parent 7eff8dee81
commit 3e71e529e2

View File

@@ -1,23 +0,0 @@
name: "Contrast Check"
on:
pull_request:
paths:
- 'css/brands.css'
workflow_dispatch:
jobs:
contrast-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch main branch
run: git fetch origin main:main
- name: Run Contrast Check
run: |
chmod +x ./scripts/audit-contrast.sh
./scripts/audit-contrast.sh