Skip to content

Merge pull request #370 from AleoHQ/update/5-17-24 #1694

Merge pull request #370 from AleoHQ/update/5-17-24

Merge pull request #370 from AleoHQ/update/5-17-24 #1694

Workflow file for this run

name: CI - Branches
on: [push]
env:
RUST_BACKTRACE: 1
jobs:
style:
name: Check Markdown
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
folder-path: 'documentation'