Skip to content

chore(deps-dev): bump semver from 5.7.1 to 5.7.2 #337

chore(deps-dev): bump semver from 5.7.1 to 5.7.2

chore(deps-dev): bump semver from 5.7.1 to 5.7.2 #337

name: Check Linting/Formatting
on: pull_request
jobs:
lint-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run format:check
- run: npm run lint:check