Skip to content

feat: replace UUID with LearningPathKey #15

feat: replace UUID with LearningPathKey

feat: replace UUID with LearningPathKey #15

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: --check --diff