Skip to content

update license to CC-BY-4.0 and explicitly exclude images (#2021) #2692

update license to CC-BY-4.0 and explicitly exclude images (#2021)

update license to CC-BY-4.0 and explicitly exclude images (#2021) #2692

Workflow file for this run

name: textlint
on:
push:
branches:
- main
pull_request:
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: corepack enable pnpm
- name: Install deps
run: npx pnpm i
- name: Run textlint
run: npm run lint