Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: review
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
packages:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repository
uses: actions/checkout@v3
- name: 🏗 Setup project
uses: ./.github/actions/setup-project
# - name: ✅ Lint packages
# run: bun run lint --max-warnings 0
- name: 👷 Build packages
run: bun run build