Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update production #1243

Merged
merged 15 commits into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdocs-material-extensions==1.0.3
mkdocs-redirects==1.2.0
mkdocs==1.4.0
pygments==2.13.0
pymdown-extensions==9.6
pymdown-extensions==10.0
mkdocs-static-i18n==0.47
mkdocs-minify-plugin==0.5.0
mkdocs-meta-descriptions-plugin==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
run: npm run lint:paths

- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v9
uses: DavidAnson/markdownlint-cli2-action@v10
with:
globs: "src/**/*.md"
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm run lint:paths

- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v9
uses: DavidAnson/markdownlint-cli2-action@v10
with:
globs: "src/**/*.md"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run lint:paths

- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v9
uses: DavidAnson/markdownlint-cli2-action@v10
with:
globs: "src/**/*.md"

Expand All @@ -45,7 +45,7 @@ jobs:
max_timeout: 520

- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@9.6.8
uses: treosh/lighthouse-ci-action@10.1.0
env:
LHCI_GITHUB_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
with:
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Prose Linting
on: [push]
# name: Prose Linting
# on: [push]

jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# jobs:
# prose:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

- name: Vale
uses: errata-ai/[email protected]
with:
files: src
fail_on_error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# - name: Vale
# uses: errata-ai/[email protected]
# with:
# files: src
# fail_on_error: true
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Loading
Loading