Skip to content

fix: revert changes to eslint config files to fix linting errors #63

fix: revert changes to eslint config files to fix linting errors

fix: revert changes to eslint config files to fix linting errors #63

Workflow file for this run

name: Run Prettier
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Prettier
run: npm install -g prettier && npx prettier --check .