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 f6d8d5d commit f8c1f1eCopy full SHA for f8c1f1e
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
94
95
- name: Check that workflows are up to date
96
- run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
+ run: sbt githubWorkflowCheck
97
98
- name: scalaJSLink
99
if: matrix.project == 'rootJS'
0 commit comments