Skip to content

Aggregatable contribution bucket budget #616

Aggregatable contribution bucket budget

Aggregatable contribution bucket budget #616

Workflow file for this run

name: TypeScript Tests
on:
push:
branches: [ main ]
paths:
- '.github/workflow/test-typescript.yml'
- 'ts/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflow/test-typescript.yml'
- 'ts/**'
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'ts'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run pretty:check
- run: npm run lint