Skip to content

ci: use staging environment for staging images deployment #1521

ci: use staging environment for staging images deployment

ci: use staging environment for staging images deployment #1521

Workflow file for this run

name: Pre-Merge Checks
on:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependency
working-directory: ./client
run: npm install
- name: TypeScript
working-directory: ./client
run: npm run tsc
- name: Lint
working-directory: ./client
run: npm run lint