fix: temporarily disabling tschecks on typed clients; until algosdk is updated for ARC22 #164
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: Pull Request | |
on: | |
pull_request: | |
branches: [main] | |
paths-ignore: | |
- '**/*.md' | |
permissions: | |
contents: read | |
jobs: | |
pull_request: | |
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main | |
with: | |
run-commit-lint: true | |
node-version: 20.x | |
run-build: true | |
audit-script: npm run audit | |
pre-test-script: | | |
pipx install algokit | |
algokit localnet start |