Skip to content

chore(deps): bump @typescript-eslint/parser from 6.21.0 to 7.6.0 #120

chore(deps): bump @typescript-eslint/parser from 6.21.0 to 7.6.0

chore(deps): bump @typescript-eslint/parser from 6.21.0 to 7.6.0 #120

Workflow file for this run

name: channel
env:
CI: true
FORCE_COLOR: 1
on:
push:
branches: [main]
paths:
- 'packages/channel/**'
- .github/workflows/channel.yml
- pnpm-lock.yaml
pull_request:
paths:
- 'packages/channel/**'
- .github/workflows/channel.yml
- pnpm-lock.yaml
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm -r --filter @fission-codes/channel run lint
- run: pnpm -r --filter @fission-codes/channel run test
- run: pnpm -r --filter @fission-codes/channel exec depcheck