Skip to content

chore: remove deprecated usage #77

chore: remove deprecated usage

chore: remove deprecated usage #77

Workflow file for this run

name: Lint
on:
push:
env:
CARGO_TERM_COLOR: always
defaults:
run:
working-directory: ./
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install eslint
run: yarn install
- name: Run ESLint
run: yarn lint