Skip to content

fix!: remove lvh.me from the certificate (#67) #527

fix!: remove lvh.me from the certificate (#67)

fix!: remove lvh.me from the certificate (#67) #527

Workflow file for this run

name: "ci"
on:
push:
branches:
- "**"
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node version to 22
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- name: Run tests
run: pnpm test