Skip to content

Move ninja_challenges to root dir #9

Move ninja_challenges to root dir

Move ninja_challenges to root dir #9

Workflow file for this run

on: [push]
jobs:
test-python-datastructures:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Ruff
run: pip install ruff
- name: Lint
run: ruff check chapters && ruff format chapters --check