-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
claravanstaden
authored and
claravanstaden
committed
Dec 15, 2023
1 parent
6cd32aa
commit 7eba6e4
Showing
2 changed files
with
2 additions
and
24 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 |
---|---|---|
|
@@ -69,33 +69,11 @@ jobs: | |
run: | | ||
cargo install zepter -f --locked && zepter run check | ||
- name: lint-markdown | ||
working-directory: parachain | ||
run: | | ||
npm install -g markdownlint-cli | ||
markdownlint --version | ||
markdownlint --config .markdownlint.yaml --ignore target parachain/ | ||
lint-markdown: | ||
runs-on: snowbridge-runner | ||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: "18.x" | ||
registry-url: "https://npm.pkg.github.com" | ||
scope: "@paritytech" | ||
|
||
- name: Install tooling | ||
run: | | ||
npm install -g markdownlint-cli | ||
markdownlint --version | ||
- name: Check Markdown | ||
env: | ||
CONFIG: .github/.markdownlint.yaml | ||
run: | | ||
markdownlint --config "$CONFIG" --ignore target . | ||
markdownlint --config .markdownlint.yaml --ignore target | ||
test: | ||
needs: check | ||
|
File renamed without changes.