Skip to content

feat: implement allocator all method #16

feat: implement allocator all method

feat: implement allocator all method #16

Workflow file for this run

name: Commitlint Check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # penting, supaya commit history lengkap
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run commitlint
run: |
npx commitlint --from=origin/main --to=HEAD