Skip to content

feat: extend server.fs.deny list with common files (#2655) #2819

feat: extend server.fs.deny list with common files (#2655)

feat: extend server.fs.deny list with common files (#2655) #2819

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 22
cache: 'pnpm'
- name: Install deps
run: pnpm install
- name: Run textlint
run: pnpm run lint