Skip to content

chore(deps): update dependency lint-staged to ^15.2.10 #7

chore(deps): update dependency lint-staged to ^15.2.10

chore(deps): update dependency lint-staged to ^15.2.10 #7

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: test-build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Pnpm
uses: pnpm/action-setup@v4
with:

Check failure on line 16 in .github/workflows/test-build.yml

View workflow run for this annotation

GitHub Actions / test-build

Invalid workflow file

The workflow is not valid. .github/workflows/test-build.yml (Line: 16, Col: 14): Unexpected value ''
- name: Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Run docs:build
run: |
node -v
pnpm -v
pnpm install
pnpm run docs:build
- name: Run build
run: |
node -v
pnpm -v
pnpm install
pnpm --filter "./packages/**" build