Skip to content

Add Apache License 2.0 to the project #6

Add Apache License 2.0 to the project

Add Apache License 2.0 to the project #6

Workflow file for this run

name: Python CI Checks
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
python_ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3