Skip to content

Commit d0b4af3

Browse files
committed
📚 CI: give a little task at the end
1 parent c19c497 commit d0b4af3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎docs/ci.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The added benefit is that this is _much_ less error prone: e.g. your documentati
1717
You're maintaining a Python package, and someone wants to make a change to your code.
1818
Without CI, you'll have to test their changes locally: did they install/run the `pre-commit`?
1919
Are the tests passing for the Python versions you support?
20-
Ain't nobody got time for that!
20+
Let's be real: ain't nobody got time for that!
2121

2222
## How
2323

@@ -78,3 +78,8 @@ Each workflow run shows:
7878

7979
If a workflow fails, you can click into it to see which step failed and read the error messages to debug the issue.
8080

81+
!!! tip "Check your actions!"
82+
83+
Learning how to write GitHub actions can be a tutorial in itself.
84+
For now, go to your repository on GitHub, and click on the Actions tab.
85+
Explore the various actions that ran, and see what you can understand.

0 commit comments

Comments
 (0)