Skip to content

chore(deps): update dependency textlint-rule-preset-ja-spacing to v2.4.1 #49

chore(deps): update dependency textlint-rule-preset-ja-spacing to v2.4.1

chore(deps): update dependency textlint-rule-preset-ja-spacing to v2.4.1 #49

Workflow file for this run

name: Node.js Textlint
on: push
jobs:
build:
name: Node.js ${{ matrix.os }} ${{ matrix.node }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [ '10' ]
steps:
- uses: actions/checkout@master
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn textlint
env:
NAME: hisasann