Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A repo for storing Python code and tracking learning progress. All programs are designed to run as standalone programs, unless noted otherwise.

### Current Inventory
## Current Inventory

```text
.
Expand All @@ -21,6 +21,6 @@ A repo for storing Python code and tracking learning progress. All programs are
└── singly_linked_list.py
```

### GitHub Actions
## GitHub Actions

This repo uses GitHub Actions to check that every tracked `.py` file is listed in this README. The `main` branch is protected, so changes must pass this check before they can be merged.
This repo uses GitHub Actions to check that every tracked `.py` file is listed in this README. The `main` branch is protected, so changes must pass this check before they can be merged.
Loading