Skip to content

Merge pull request #107 from art-by-city/90-resolve-usernames-across-… #211

Merge pull request #107 from art-by-city/90-resolve-usernames-across-…

Merge pull request #107 from art-by-city/90-resolve-usernames-across-… #211

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm i
- name: Run ESLint
run: npm run lint