Skip to content

feat: automatically read configured version to install #25

feat: automatically read configured version to install

feat: automatically read configured version to install #25

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
check:
name: Format, Types
runs-on: ubuntu-latest
steps:
- uses: titanom/github-composite-actions/turbo/[email protected]
with:
pnpm-version: 8
- name: Check Format
run: pnpm format:check
- name: Check Types
run: pnpm types