Skip to content

fix: 'user' command to show hardcore and softcore and don't lowercase usernames #24

fix: 'user' command to show hardcore and softcore and don't lowercase usernames

fix: 'user' command to show hardcore and softcore and don't lowercase usernames #24

Workflow file for this run

on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
name: eslint
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install
run: npm install
- name: Lint
run: npm run lint