Skip to content

fix: Reduce cache from 24 hours to 1 hour #11

fix: Reduce cache from 24 hours to 1 hour

fix: Reduce cache from 24 hours to 1 hour #11

Workflow file for this run

name: Validate
on:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: bun generate:types
- run: bun check
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: bun test