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 fdcba50 commit b0c5695Copy full SHA for b0c5695
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
68
69
- name: Check that workflows are up to date
70
- run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
+ run: sbt githubWorkflowCheck
71
72
- name: Check headers and formatting
73
if: matrix.java == 'temurin@8'
0 commit comments