Skip to content

Add Cookie Consent Component #66

Add Cookie Consent Component

Add Cookie Consent Component #66

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Validate current commit (last commit) with commitlint
run: bunx commitlint --last --verbose
- name: Lint
run: bun run lint
- name: Format
run: bun run format