Skip to content

Commit

Permalink
Remove PR linting
Browse files Browse the repository at this point in the history
Due to cross compiling and scala 3 not supporting `RemoveUnused`,
this is a slight issue
  • Loading branch information
alexcardell committed Feb 9, 2024
1 parent b4e1c66 commit e098d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
java-version: 8
cache: sbt

- name: Lint
run: sbt scalafmtCheckAll scalafmtSbtCheck 'scalafix --check'
# - name: Lint
# run: sbt scalafmtCheckAll scalafmtSbtCheck 'scalafix --check'

- name: Test
run: sbt +test
Expand Down

0 comments on commit e098d47

Please sign in to comment.