Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Feat refac hooks

Feat refac hooks #69

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [development]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.12.0
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn lint
- run: yarn build