Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 17, 2024
1 parent 4f615c5 commit 966b89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_508_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Check 508 Compliance
on:
push:
paths:
- .github/worflows/check_508_compliance.yml
- .github/workflows/check_508_compliance.yml

jobs:
compliance_check:
steps:
- name: Run Axe
- name: Run Axe Check
env:
TARGET_BASE_URL: 'https://stage.dpc.cms.gov'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "DPC Static Site CI Workflow"

on: [push]

on:
workflow_call:
jobs:
build:
name: "Build and Test"
Expand Down

0 comments on commit 966b89a

Please sign in to comment.