We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git diff
1 parent 86b01a3 commit 3ffeb49Copy full SHA for 3ffeb49
.github/workflows/macOS-tests.yml
@@ -34,6 +34,8 @@ jobs:
34
cancel-in-progress: false
35
steps:
36
- uses: actions/checkout@v3
37
+ with:
38
+ fetch-depth: 2 # Enable `git diff` in GitHub Actions
39
- name: Discover typos
40
run: |
41
pip3 install --upgrade pip
0 commit comments