Skip to content

docs: add code of conduct (#133) #115

docs: add code of conduct (#133)

docs: add code of conduct (#133) #115

Workflow file for this run

name: CI
on:
push:
branches: [main]
concurrency:
group: ci-${{ github.head_ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: 1
FORCE_COLOR: 1
CLICOLOR_FORCE: 1
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit