Skip to content

[textlint] Use TextlintMessage.loc #1813

[textlint] Use TextlintMessage.loc

[textlint] Use TextlintMessage.loc #1813

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- run: |
npm install
- run: |
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: ./
with:
report-path: ${{ github.workspace }}/__tests__/resource/textlint-report.json
continue-on-error: true