Skip to content

Feat: tool text

Feat: tool text #35

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- run: npm i -g pnpm@7
- run: pnpm install
- run: pnpm run eslint:check