Skip to content

Feat/2.0.0

Feat/2.0.0 #1

Workflow file for this run

name: Deploy
on:
pull_request:
types:
- opened
- reopened
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
- name: TypeScript Compiler
run: tsc --noEmit
- name: Lint
run: eslint .