Skip to content

chore(ci): refactor workflows to match standards and enable coverage reports #18

chore(ci): refactor workflows to match standards and enable coverage reports

chore(ci): refactor workflows to match standards and enable coverage reports #18

name: PR Checks
on: [pull_request]
defaults:
run:
shell: bash
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true
jobs:
wallet-snap-lint:
name: Wallet Snap
uses: ./.github/workflows/zxc-lint-snap.yaml
with:
snap-package-dir: hedera-wallet-snap
wallet-snap-test:
name: Wallet Snap
uses: ./.github/workflows/zxc-test-snap.yaml
with:
snap-package-dir: hedera-wallet-snap
snap-report-name: "Wallet Snap"