Skip to content

Commit 482d482

Browse files
Remove code check.
1 parent e1cb9c0 commit 482d482

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ env:
1717
GITHUB_TOKEN: ${{ secrets.READ_PACKAGES }}
1818

1919
jobs:
20-
code-check:
21-
runs-on: self-hosted
22-
container:
23-
image: sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_2.12.19
24-
steps:
25-
- uses: actions/checkout@v4
26-
- run: sbt headerCheckAll
2720
test:
2821
runs-on: self-hosted
2922
container:

0 commit comments

Comments
 (0)