Skip to content

TLSエラーの記事を追加 #60

TLSエラーの記事を追加

TLSエラーの記事を追加 #60

Workflow file for this run

name: Lint Files
on:
- push
- pull_request
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run textlint '**/**.md'