Skip to content

chore(deps): bump certifi from 2021.10.8 to 2023.7.22 in /microservices/replay-parse-service #336

chore(deps): bump certifi from 2021.10.8 to 2023.7.22 in /microservices/replay-parse-service

chore(deps): bump certifi from 2021.10.8 to 2023.7.22 in /microservices/replay-parse-service #336

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