Skip to content

newusers: Fix three minor staging bugs. #25

newusers: Fix three minor staging bugs.

newusers: Fix three minor staging bugs. #25

Workflow file for this run

name: ESLint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx