Skip to content

chore(deps): update textlint to v15.5.2 (#40) #19

chore(deps): update textlint to v15.5.2 (#40)

chore(deps): update textlint to v15.5.2 (#40) #19

Workflow file for this run

name: Test
on:
pull_request:
branches:
- textlint
push:
branches:
- textlint
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
node-version: '18'
- name: Install dependencies
run: yarn install
working-directory: ./website
- name: Install server dependencies
run: npm install
working-directory: ./server
- name: Build website
run: yarn run build
working-directory: ./website