You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Version tag misalignment](#version-tag-misalignment)
@@ -114,6 +115,56 @@ Consider using [wads](https://pypi.org/project/wads/) to automatically validate
114
115
pack check-in 'Your commit message.'
115
116
```
116
117
118
+
<aid="running-ci-locally"></a>
119
+
# Running CI Locally
120
+
121
+
You can run your GitHub Actions CI workflow locally before pushing, using [`act`](https://github.com/nektos/act). This helps catch issues early and saves CI minutes.
0 commit comments