Skip to content

feat: refactoring to support latest iteration of contracts #1

feat: refactoring to support latest iteration of contracts

feat: refactoring to support latest iteration of contracts #1

Workflow file for this run

name: Check codebase
on:
merge_group:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pull_request:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
env:

Check failure on line 16 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / Check codebase

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yaml (Line: 16, Col: 5): Unexpected value 'env' .github/workflows/pr.yaml (Line: 26, Col: 20): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CODECOV_TOKEN
TESTNET_SUBTOPIA_DISPENSER_MNEMONIC: ${{ secrets.TESTNET_SUBTOPIA_DISPENSER_MNEMONIC }}
TESTNET_SUBTOPIA_CREATOR_MNEMONIC: ${{ secrets.TESTNET_SUBTOPIA_CREATOR_MNEMONIC }}
TESTNET_SUBTOPIA_BOB_MNEMONIC: ${{ secrets.TESTNET_SUBTOPIA_BOB_MNEMONIC }}
with:
working-directory: ./
run-commit-lint: true
run-build: true
node-version: 18.x
lint-script: npm run lint:scripts
test-script: |
npm run test:integration
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${{ secrets.CODECOV_TOKEN }}
pre-test-script: |
pipx install algokit
algokit localnet start
npx --yes wait-on tcp:4001 -t 30000