Skip to content

Commit

Permalink
Remove scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Nov 29, 2023
1 parent 47ce01b commit 3fa464b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@ env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Check formatting
run:
./mill -i __.checkFormat
- name: Check scalafix
run:
./mill -i __.fix --check

test:
runs-on: 'ubuntu-latest'
strategy:
Expand Down
Empty file modified mill
100644 → 100755
Empty file.

0 comments on commit 3fa464b

Please sign in to comment.