Skip to content

Merge pull request #128 from kijimaD/dependabot/npm_and_yarn/semantic… #1126

Merge pull request #128 from kijimaD/dependabot/npm_and_yarn/semantic…

Merge pull request #128 from kijimaD/dependabot/npm_and_yarn/semantic… #1126

Workflow file for this run

name: Textlint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
- name: linting org files
run: make textlint