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 c2abc11 commit df612d3Copy full SHA for df612d3
.github/workflows/pull.yml
@@ -20,5 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
timeout-minutes: 30
22
steps:
23
+ - name: Checkout repository
24
+ uses: actions/checkout@v4
25
- name: build and install
26
run: scripts/ci.sh
0 commit comments