Skip to content

add ProverCoderAI tooling (#17) #20

add ProverCoderAI tooling (#17)

add ProverCoderAI tooling (#17) #20

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
branches: [master]
push:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- name: Install dependencies
uses: ./.github/actions/setup
- run: pnpm build
types:
name: Types
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- name: Install dependencies
uses: ./.github/actions/setup
- run: pnpm exec tsc --noEmit