Skip to content

feat(contract, server): replace configGlobal fn with .config in b… #386

feat(contract, server): replace configGlobal fn with .config in b…

feat(contract, server): replace configGlobal fn with .config in b… #386

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm run lint
- run: pnpm run type:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm run test
publish-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm run packages:publish:commit