Skip to content

feat(mobilty): wip

feat(mobilty): wip #67

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: './yarn.lock'
- name: Install modules
run: yarn install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx