Skip to content

Commit c3c0359

Browse files
committed
Fix typos
1 parent d657dc7 commit c3c0359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fasp_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ruby-version: ruby-3.3.6
2323
bundler-cache: true
24-
working-directory: ./debug_fasp
24+
working-directory: ./fasp_base
2525

2626
- name: Lint code for consistent style
2727
run: bin/rubocop -f github

.github/workflows/fasp_data_sharing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ruby-version: ruby-3.3.6
2323
bundler-cache: true
24-
working-directory: ./debug_fasp
24+
working-directory: ./fasp_data_sharing
2525

2626
- name: Lint code for consistent style
2727
run: bin/rubocop -f github

0 commit comments

Comments
 (0)