Skip to content

ci: bump trufflesecurity/trufflehog from 3.92.5 to 3.93.7 #99

ci: bump trufflesecurity/trufflehog from 3.92.5 to 3.93.7

ci: bump trufflesecurity/trufflehog from 3.92.5 to 3.93.7 #99

Workflow file for this run

name: Type Check
permissions:
contents: read
pull-requests: write
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run TypeScript Type Check
run: bun run typecheck