Skip to content

Commit

Permalink
Use frontend PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidhamilton committed Dec 7, 2023
1 parent f8fcec6 commit bba47ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# Pa11y-CI automated accessibility audit
#
# - manual dispatch audits integration by default
# - review app audited after workflow completes
# manual dispatch audits integration by default
# ------------------------------------------------------------------------------
---
name: Check WCAG Standards

on:
workflow_run:
workflows:
- Continuous Integration
types:
- completed
workflow_dispatch:
inputs:
workspace:
description: Deployment workspace to test against (dev, review-pr-xxx)
type: string
default: dev
merge_group:
pull_request:
types:
- labeled # uses 'review'
- synchronize
paths:
- app/views/**/*.html.slim
- app/javascript/**/*
- app/assets/stylesheets/*

env:
REVIEW_APP: review-pr-${{ github.event.number }}
Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*
https://frontend.design-system.service.gov.uk/sass-api-reference
https://design.education.gov.uk/design-system/dfe-frontend
https://design-system.service.gov.uk/styles/colour/
$color_dfe-blue #003a69 Primary brand colour
$color_dfe-secondary-blue #347ca9
*/

$govuk-new-link-styles: true;
Expand Down

0 comments on commit bba47ec

Please sign in to comment.