Skip to content

chore(deps): bump crypto-js from 4.1.1 to 4.2.0 #348

chore(deps): bump crypto-js from 4.1.1 to 4.2.0

chore(deps): bump crypto-js from 4.1.1 to 4.2.0 #348

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