Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates #180

chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates #180

Workflow file for this run

name: License Compliance
on:
pull_request:
branches: [ main ]
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check License Headers
uses: genkit-ai/repo-workflows/license-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}