Skip to content

terminal: Updated man and sl commands #10

terminal: Updated man and sl commands

terminal: Updated man and sl commands #10

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm test