Skip to content

#61 Add motherTongue setting #182

#61 Add motherTongue setting

#61 Add motherTongue setting #182

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: ESLint/SLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v18
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn run lint
- name: Run StyleLint
run: yarn run slint