Skip to content

revamp: handle new usernames + legacy discrims + slight logic refactor #50

revamp: handle new usernames + legacy discrims + slight logic refactor

revamp: handle new usernames + legacy discrims + slight logic refactor #50

Workflow file for this run

on: push
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v2
with:
clean: false
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install deps
run: yarn
- name: Run ESLint
run: yarn lint
env:
CI: true