-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from GSA-TTS/megalinter-tidy
135-megalinter-tidy
- Loading branch information
Showing
40 changed files
with
911 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"version": "0.2", | ||
"language": "en_US", | ||
"ignorePaths": ["node_modules/**", "styles.**"], | ||
"words": [ | ||
"Allstar", | ||
"sidenav", | ||
"telework", | ||
"USAJOBS", | ||
"captioner", | ||
"neurodiversity", | ||
"socio", | ||
"jointts", | ||
"FASC", | ||
"LUOTR", | ||
"SYSANALYSIS", | ||
"ohrm", | ||
"endunless", | ||
"skillset", | ||
"skillsets", | ||
"skinless", | ||
"wireframe", | ||
"wireframes", | ||
"toolkit", | ||
"toolkits", | ||
"OPM", | ||
"refactorization", | ||
"USWDS", | ||
"uswds", | ||
"subnav", | ||
"endfor", | ||
"USDA", | ||
"usda", | ||
"exfiltrate", | ||
"browsersync", | ||
"outdir", | ||
"Snyk", | ||
"sitrep", | ||
"ISSO", | ||
"SDLC", | ||
"automations", | ||
"ISSM", | ||
"timeframe", | ||
"pdate", | ||
"sitreps", | ||
"Joomla", | ||
"dependency", | ||
"Grype", | ||
"dependencies", | ||
"hotfixes", | ||
"Nygard" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
## Changes proposed in this pull request: | ||
<!-- markdownlint-disable-next-line MD041 --> | ||
## Changes proposed in this pull request | ||
|
||
- | ||
- | ||
- | ||
|
||
## security considerations | ||
|
||
[Note the any security considerations here, or make note of why there are none] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ on: | |
- main | ||
workflow_dispatch: | ||
|
||
|
||
permissions: | ||
contents: write | ||
issues: write | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
name: Pa11y Testing | ||
|
||
|
||
# yamllint disable-line rule:truthy | ||
on: | ||
pull_request: | ||
|
@@ -22,7 +21,6 @@ jobs: | |
pull-requests: write | ||
|
||
steps: | ||
|
||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected] | ||
|
||
- name: Install Chrome | ||
|
@@ -37,7 +35,7 @@ jobs: | |
- name: Use Node | ||
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # pin@v3 | ||
with: | ||
node-version: '18' | ||
node-version: "18" | ||
|
||
- name: Install Pa11y | ||
run: npm install pa11y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.