Skip to content

Implementation of building route, creating balances store and fixing modal window styles #41

Implementation of building route, creating balances store and fixing modal window styles

Implementation of building route, creating balances store and fixing modal window styles #41

name: Code quality check
on:
pull_request:
branches: ["main"]
jobs:
code-quality-check:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies and code quality check
uses: ./.github/workflows/code-quality-check