Skip to content

chore(deps): bump tar and npm #96

chore(deps): bump tar and npm

chore(deps): bump tar and npm #96

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 }}