Skip to content

Commit

Permalink
disable header check
Browse files Browse the repository at this point in the history
  • Loading branch information
pk044 committed Aug 10, 2023
1 parent 39b9e27 commit 70fa4c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Check that workflows are up to date
run: sbt githubWorkflowCheck

- name: Check headers and formatting
- name: Check formatting
if: matrix.java == 'temurin@11' && matrix.os == 'ubuntu-latest'
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' scalafmtCheckAll 'project /' scalafmtSbtCheck

- name: scalaJSLink
if: matrix.project == 'rootJS'
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ThisBuild / scalaVersion := mainScalaVersion
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"), JavaSpec.temurin("17"))
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
ThisBuild / tlBaseVersion := "0.1"
ThisBuild / tlCiHeaderCheck := false
lazy val noPublishSettings =
Seq(
publishArtifact := false,
Expand Down

0 comments on commit 70fa4c3

Please sign in to comment.