Skip to content

ci: add .github/workflow specs to workspace root #6

ci: add .github/workflow specs to workspace root

ci: add .github/workflow specs to workspace root #6

Workflow file for this run

name: monorepo/format
on:
# Runs on pull request events:
pull_request: {}
jobs:
format:
strategy:
matrix:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
name: Format Check
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
- name: "Common Setup"
uses: ./.github/actions/common-setup
- name: Run Format Check
run: bun run format:all