test-pallet 3.0.0

alex version FRAME pallet template for defining custom runtime logic.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Check Links

on:
  pull_request:
    branches:
    - master
  push:
    branches:
    - master

jobs:
  markdown-link-check:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: gaurav-nelson/github-action-markdown-link-check@v1
      with:
        use-quiet-mode: 'yes'