Skip to content

chore: Add MIT license #81

chore: Add MIT license

chore: Add MIT license #81

Workflow file for this run

name: CI/CD
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI
permissions:
contents: write
uses: game-ai-platform-team/workflows/.github/workflows/ci_python.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}