Skip to content

[feat] [sdk] bump @cozeloop/ai to 0.0.8 #29

[feat] [sdk] bump @cozeloop/ai to 0.0.8

[feat] [sdk] bump @cozeloop/ai to 0.0.8 #29

Workflow file for this run

name: License Check
on:
push:
branches: ['ci/**', 'main']
pull_request:
branches: ['main']
permissions:
contents: read
pull-requests: read
jobs:
license-check:
name: License Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]
with:
config: .github/.licenserc.yaml
token: ${{ secrets.GITHUB_TOKEN }}