Skip to content

Fix printing on the edge #6

Fix printing on the edge

Fix printing on the edge #6

Workflow file for this run

name: Run Linting
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Prettier
run: npm run prettier
- name: Run ESLint
run: npm run lint