Skip to content

Bump ty to 0.0.25 and fix all type checker errors (#860) #20

Bump ty to 0.0.25 and fix all type checker errors (#860)

Bump ty to 0.0.25 and fix all type checker errors (#860) #20

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create runtime files for volume mounts
run: |
touch .env
mkdir -p data
- run: make check