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 d657dc7 commit c3c0359Copy full SHA for c3c0359
.github/workflows/fasp_base.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
ruby-version: ruby-3.3.6
23
bundler-cache: true
24
- working-directory: ./debug_fasp
+ working-directory: ./fasp_base
25
26
- name: Lint code for consistent style
27
run: bin/rubocop -f github
.github/workflows/fasp_data_sharing.yml
+ working-directory: ./fasp_data_sharing
0 commit comments