Skip to content

feat(#14): finish the refactor #13

feat(#14): finish the refactor

feat(#14): finish the refactor #13

name: Check Pull Request
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint files
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck
build-library:
name: Build library
runs-on: ubuntu-latest
needs: [lint]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build package
run: yarn prepare