Skip to content

chore(deps): bump requests from 2.27.1 to 2.31.0 in /microservices/replay-parse-service #331

chore(deps): bump requests from 2.27.1 to 2.31.0 in /microservices/replay-parse-service

chore(deps): bump requests from 2.27.1 to 2.31.0 in /microservices/replay-parse-service #331

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