Skip to content

chore(deps): bump idna from 3.3 to 3.7 in /microservices/replay-parse-service #350

chore(deps): bump idna from 3.3 to 3.7 in /microservices/replay-parse-service

chore(deps): bump idna from 3.3 to 3.7 in /microservices/replay-parse-service #350

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