Skip to content

Internal state for _inputs must refine its type, closing #12 #2

Internal state for _inputs must refine its type, closing #12

Internal state for _inputs must refine its type, closing #12 #2

Workflow file for this run

name: on-commit-build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup node version
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Remove Husky on prepare
run: npm pkg delete scripts.prepare
- name: Installing project dependencies
run: npm install
- name: Build the code
run: npm run build
env:
CI: true