Skip to content

chore(deps-dev): bump eslint from 8.41.0 to 8.56.0 #481

chore(deps-dev): bump eslint from 8.41.0 to 8.56.0

chore(deps-dev): bump eslint from 8.41.0 to 8.56.0 #481

Workflow file for this run

name: "Check code"
on:
pull_request:
branches: [main]
jobs:
check-code:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- name: Run check code
run: yarn code:check