Skip to content

Remove pr-input-form tests from automation suite and move to manual t… #28

Remove pr-input-form tests from automation suite and move to manual t…

Remove pr-input-form tests from automation suite and move to manual t… #28

Workflow file for this run

name: Basic Checks
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Type check
run: pnpm type-check
- name: Lint
run: pnpm lint