Skip to content

feat(infra): add eas build profiles #19

feat(infra): add eas build profiles

feat(infra): add eas build profiles #19

Workflow file for this run

name: Commitlint
on:
pull_request:
jobs:
cz:
name: cz
runs-on: ubuntu-latest
steps:
- name: 🏗 Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: 🥟 Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version-file: '.bun-version'
- name: Setup Node
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: 📦 Install dependencies
run: bun install --frozen-lockfile
- name: 🧑‍🔬 Check commit message
run: |
bun run commitlint --from=HEAD^1