Skip to content

bugfix: change base #124

bugfix: change base

bugfix: change base #124

Workflow file for this run

name: lint text
on:
push:
jobs:
build:
name: lint text
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- run: yarn install
- name: lint text
run: yarn run lint