From a0edbb7d1e0ae0a7b3ec8e7d9d4b92535b52d1ac Mon Sep 17 00:00:00 2001 From: Liyeuk Reynald Date: Tue, 27 Feb 2024 11:31:03 +0400 Subject: [PATCH] fixed ci --- .github/workflows/ci.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 207ba42..2bf26e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,25 +46,4 @@ jobs: with: jvm: temurin:17 apps: sbtn - - run: sbtn compile -format_code: - name: Format Project - strategy: - matrix: - os: ["ubuntu-latest", "macos-latest"] - scala: [2.13.12,3.3.0] - java: [temurin@17] - runs-on: ${{matrix.os}} - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: coursier/cache-action@v6 - - uses: VirtusLab/scala-cli-setup@main - with: - jvm: temurin:17 - - run: scala-cli fmt - - - \ No newline at end of file + - run: sbtn compile \ No newline at end of file