We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8901416 commit eaf4e8fCopy full SHA for eaf4e8f
1 file changed
.github/workflows/ci.yml
@@ -35,11 +35,13 @@ jobs:
35
runs-on: ubuntu-latest
36
timeout-minutes: 20
37
steps:
38
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
+ - name: Checkout
39
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
40
with:
41
persist-credentials: false
42
- - uses: ./.github/actions/ci-setup
43
+ - name: Setup dependencies
44
+ uses: ./.github/actions/ci-setup
45
46
- name: Run format:check
47
run: yarn format:check
0 commit comments