Skip to content

feat(manifests): add simple commits manifest #1

feat(manifests): add simple commits manifest

feat(manifests): add simple commits manifest #1

Workflow file for this run

name: Check Format and Code Quality
on:
workflow_dispatch:
workflow_call:
pull_request:
push:
branches:
- main
- dev
jobs:
checks:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
- name: checks
run: biome check .