We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a0d46 commit a630673Copy full SHA for a630673
.github/workflows/ci.yml
@@ -77,4 +77,7 @@ jobs:
77
ci-check:
78
runs-on: ubuntu-latest
79
needs: [lint, test]
80
- timeout-minutes: 1
+ timeout-minutes: 1
81
+ steps:
82
+ - name: Check
83
+ run: echo "All checks passed"
0 commit comments