Skip to content

Set Rewards 3.0 to 50% on Release #833

Set Rewards 3.0 to 50% on Release

Set Rewards 3.0 to 50% on Release #833

Workflow file for this run

name: Test Griffin Package
on:
pull_request:
merge_group:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: '0' # Used to test `seed_tools create --revision <sha1>`
- name: npm ci
run: npm ci
- name: typecheck
run: npm run typecheck
- name: lint
run: npm run lint -- --all
- name: run tests
run: npm run test
- name: build
run: npm run build