summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-stable-container.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-stable-container.yml')
-rw-r--r--.github/workflows/build-stable-container.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/build-stable-container.yml b/.github/workflows/build-stable-container.yml
index d2d106b6..25571ed6 100644
--- a/.github/workflows/build-stable-container.yml
+++ b/.github/workflows/build-stable-container.yml
@@ -14,19 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- - name: Install Crystal
- uses: crystal-lang/install-crystal@v1.8.2
- with:
- crystal: 1.12.2
-
- - name: Run lint
- run: |
- if ! crystal tool format --check; then
- crystal tool format
- git diff
- exit 1
- fi
-
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with: