Skip to content

Commit

Permalink
Merge pull request #4 from karnotxyz/mapping-func/subxt
Browse files Browse the repository at this point in the history
Mapping func/subxt
  • Loading branch information
ocdbytes authored Jun 11, 2024
2 parents 99ead12 + 8ebd08d commit c4aee7e
Show file tree
Hide file tree
Showing 57 changed files with 325,127 additions and 9,656 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
run: |-
npx prettier --check .
# markdown-lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: avto-dev/markdown-lint@v1
# with:
# config: "./.markdownlint.json"
# args: "."
# ignore: "./target"
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: avto-dev/markdown-lint@v1
with:
config: "./.markdownlint.json"
args: "."
ignore: "./target"

toml-lint:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"MD045": false,
"MD003": false,
"MD013": {
"code_blocks": false
"code_blocks": false,
"line_length": 307
}
}
Loading

0 comments on commit c4aee7e

Please sign in to comment.