Add test-case invalid_delegate_transaction_with_invalid_timestamp #880
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main"] | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: | | |
npm install -g markdownlint-cli | |
- name: Run markdownlint | |
run: | | |
markdownlint . --config .markdownlint.json |