Skip to content

[feat] [sdk] ptaas (prompt as a service), bump to 0.0.9 #32

[feat] [sdk] ptaas (prompt as a service), bump to 0.0.9

[feat] [sdk] ptaas (prompt as a service), bump to 0.0.9 #32

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/header@v0.7.0
with:
config: .github/.licenserc.yaml
token: ${{ secrets.GITHUB_TOKEN }}