Skip to content

chore(deps): bump eslint-plugin-markdown from 3.0.1 to 5.0.0 #58

chore(deps): bump eslint-plugin-markdown from 3.0.1 to 5.0.0

chore(deps): bump eslint-plugin-markdown from 3.0.1 to 5.0.0 #58

Workflow file for this run

name: homestar-wit
env:
CI: true
FORCE_COLOR: 1
on:
push:
branches: [main]
paths:
- 'packages/homestar-wit/**'
- .github/workflows/homestar-wit.yml
- pnpm-lock.yaml
pull_request:
paths:
- 'packages/homestar-wit/**'
- .github/workflows/homestar-wit.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/homestar-wit run lint
- run: pnpm -r --filter @fission-codes/homestar-wit run test
- run: pnpm -r --filter @fission-codes/homestar-wit exec depcheck