We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10be56a commit 013f196Copy full SHA for 013f196
.github/workflows/linting.yml
@@ -16,17 +16,13 @@ jobs:
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
19
- with:
20
- node-version: 20
21
- run: npm install --only=dev
22
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
23
vale:
24
runs-on: ubuntu-latest
25
26
27
28
29
30
- name: Install mdx2vast for MDX support
31
run: npm install -g mdx2vast
32
- name: Verify Vale setup
0 commit comments