Skip to content

Draft pull request of the upgrade to the fuel-core master #159

Draft pull request of the upgrade to the fuel-core master

Draft pull request of the upgrade to the fuel-core master #159

Workflow file for this run

name: Markdown Lint
on:
push:
branches:
- master
pull_request:
release:
types: [published]
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: |
npm install -g [email protected]
markdownlint --config .markdownlint.yaml '**/*.md'