Skip to content

Resources: New work of kyiv #808

Resources: New work of kyiv

Resources: New work of kyiv #808

Workflow file for this run

name: Code Quality Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- name: Check
run: |
npm run lint
npm run test