De-slop: remove every em-dash + banned words across all modules + capstone (#94)
Sync course wiki / sync-wiki (push) Successful in 4s
Sync course wiki / sync-wiki (push) Successful in 4s
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #94.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Starter CI workflow for the tasks-app — forge-native, GitHub Actions flavor.
|
||||
# Starter CI workflow for the tasks-app: forge-native, GitHub Actions flavor.
|
||||
#
|
||||
# Where this file goes: GitHub Actions reads workflow files from the .github/workflows/ directory
|
||||
# at the root of your repo. Copy this file to .github/workflows/ci.yml (the name "ci.yml" is yours
|
||||
# to choose; the .github/workflows/ path is not). Commit it, push, and the forge runs it.
|
||||
#
|
||||
# The same three checks (lint, then test) exist on every forge — only the YAML shape differs. See
|
||||
# The same three checks (lint, then test) exist on every forge; only the YAML shape differs. See
|
||||
# gitlab-ci-starter.yml in this folder for the GitLab equivalent of this exact pipeline.
|
||||
|
||||
name: CI
|
||||
@@ -18,7 +18,7 @@ on:
|
||||
jobs:
|
||||
check:
|
||||
# The runner: a fresh, throwaway Linux machine the forge spins up for this job. "Works on my
|
||||
# machine" can't hide here — this machine has nothing of yours on it. (More on runners in
|
||||
# machine" can't hide here; this machine has nothing of yours on it. (More on runners in
|
||||
# Module 19, including running your own.)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
python-version: "3.12"
|
||||
|
||||
# Step 3: install the linter (ruff), the new tool this module adds. The test runner is
|
||||
# Python's standard-library unittest from Module 13 — nothing to install for it.
|
||||
# Python's standard-library unittest from Module 13; nothing to install for it.
|
||||
- name: Install tools
|
||||
run: pip install ruff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user