Skip to content

Commit

Permalink
Fix tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Oct 17, 2023
1 parent 6db0439 commit cf77d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
steps:
- name: 🚀 Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
with:
persist-credentials: false
fetch-depth: 0

- name: 🎯 Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
Expand Down

0 comments on commit cf77d72

Please sign in to comment.