Skip to content

Commit 3d02db4

Browse files
authored
chore(CI): remove style check
1 parent 779bb14 commit 3d02db4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- cron: "0 6 * * 1"
88

99
jobs:
10-
style:
11-
uses: PlaceOS/.github/.github/workflows/crystal-style.yml@main
10+
# style:
11+
# uses: PlaceOS/.github/.github/workflows/crystal-style.yml@main
1212

1313
test:
1414
name: "crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }}"
@@ -20,7 +20,6 @@ jobs:
2020
stable: [true]
2121
crystal:
2222
- latest
23-
- 1.14.1
2423
include:
2524
- stable: false
2625
crystal: nightly
@@ -51,3 +50,4 @@ jobs:
5150
run: crystal spec -v --error-trace
5251
env:
5352
REDIS_URL: redis://redis:6379
53+

0 commit comments

Comments
 (0)