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.
1 parent f99f1fb commit 243e824Copy full SHA for 243e824
.github/workflows/commits.yml
@@ -4,7 +4,8 @@ jobs:
4
lint:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
+
9
- name: Check commit messages
10
run: |
11
for sha in $(git rev-list origin/main..HEAD); do
0 commit comments