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 18071a1 commit 3b33f87Copy full SHA for 3b33f87
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
run: npm install
79
80
- name: Check that workflows are up to date
81
- run: sbt '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
+ run: sbt githubWorkflowCheck
82
83
- run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
84
0 commit comments