Skip to content

Commit f8c1f1e

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent f6d8d5d commit f8c1f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9494

9595
- name: Check that workflows are up to date
96-
run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
96+
run: sbt githubWorkflowCheck
9797

9898
- name: scalaJSLink
9999
if: matrix.project == 'rootJS'

0 commit comments

Comments
 (0)