Skip to content

chore: remove sway-libs dep from testing fixtures #6756

chore: remove sway-libs dep from testing fixtures

chore: remove sway-libs dep from testing fixtures #6756

Workflow file for this run

name: "Lint markdown files"
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: CI Setup
uses: ./.github/actions/ci-setup
- name: Lint markdown files
run: pnpm lint:md-links