Skip to content

Commit

Permalink
Fix indentation in rspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Sep 23, 2024
1 parent e761f3b commit 3f0fbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Restore node_modules
uses: actions/cache@v4
with:
path: '**/node_modules'
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 3f0fbfd

Please sign in to comment.