Skip to content

chore(deps-dev): bump textlint from 15.5.2 to 15.5.4 #83

chore(deps-dev): bump textlint from 15.5.2 to 15.5.4

chore(deps-dev): bump textlint from 15.5.2 to 15.5.4 #83

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 24
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test build website
run: pnpm build