Skip to content

Commit 2b46cda

Browse files
committed
Check rate limits
1 parent 8129b55 commit 2b46cda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push-validate_workflows.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
init:
1111
runs-on: 'ubuntu-latest'
1212
steps:
13+
- name: 'Rate limit check'
14+
shell: bash
15+
run: |
16+
curl -s https://api.github.com/rate_limit
17+
1318
- name: 'Write Report Header'
1419
if: always()
1520
uses: OXID-eSales/github-actions/begin_report@v4

0 commit comments

Comments
 (0)