Skip to content

↗️ [patch](deps): bump actions/checkout from 4.2.0 to 4.2.1 #3602

↗️ [patch](deps): bump actions/checkout from 4.2.0 to 4.2.1

↗️ [patch](deps): bump actions/checkout from 4.2.0 to 4.2.1 #3602

Workflow file for this run

#
name: 👷 CI
on:
push:
pull_request:
workflow_dispatch:
env:
TZ: Europe/Paris
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test:type-check
- run: bun test
--coverage
--coverage-reporter=lcov
--coverage-reporter=text