Skip to content

chore: bump fuels-rs to 0.49 (#140) #161

chore: bump fuels-rs to 0.49 (#140)

chore: bump fuels-rs to 0.49 (#140) #161

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'