Skip to content

Commit

Permalink
Merge pull request #477 from 18F/237-launch-new-methods-site
Browse files Browse the repository at this point in the history
Remove methods.18f.gov from redirect_bases yaml.
  • Loading branch information
cannandev authored Feb 29, 2024
2 parents b361b37 + abb2640 commit 94c34ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@ jobs:
ELEVENTY_ENV: production
run: npm run build

redirects-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install node dependencies
run: npm install
- name: Redirect tests
run: npm run test:redirects

pa11y-scan:
# Pinned to 20.04 because pa11y-ci fails to run on 22.04
# See the discussion on https://github.com/pa11y/pa11y-ci/issues/198
Expand Down
1 change: 0 additions & 1 deletion _data/redirect_bases.yaml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
methods: https://methods.18f.gov/
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"test:links": "npx check-html-links _site --ignore-link-pattern '**/TODO/' 2>&1 | tee /dev/stderr | grep ✅",
"test:links-internal": "npx check-html-links _site --ignore-link-pattern '**/TODO/'",
"test:html-validation": "html-validate _site/**/*.html",
"test:pa11y-ci": "npx start-server-and-test start 8080 pa11y-ci:sitemap",
"test:redirects": "npx mocha ./tests/meta-tag-tests.js"
"test:pa11y-ci": "npx start-server-and-test start 8080 pa11y-ci:sitemap"
},
"author": "",
"license": "CC0-1.0",
Expand Down

0 comments on commit 94c34ed

Please sign in to comment.