Skip to content

Merge pull request #693 from mohammadbaghaei/main #681

Merge pull request #693 from mohammadbaghaei/main

Merge pull request #693 from mohammadbaghaei/main #681

Workflow file for this run

name: CI
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Install PNPM
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Install and test
run: pnpm install-test --frozen-lockfile