Skip to content

chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 (#398) #976

chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 (#398)

chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 (#398) #976

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
container: node:14.7.0
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Linter
run: |
npm ci
npm run lint