Skip to content

add footer and enrich you metadata #15

add footer and enrich you metadata

add footer and enrich you metadata #15

Workflow file for this run

name: license-check
on:
workflow_dispatch:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
license-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Audit licenses
run: bun run script/license-checker.ts