ops: Fixed CI
Build and Bundle Gleam App / format (push) Failing after 9s
Build and Bundle Gleam App / build-and-bundle (push) Successful in 14s

This commit is contained in:
2026-07-10 00:25:17 +02:00
parent a45e622bb3
commit 9487f159eb
2 changed files with 0 additions and 12 deletions
-4
View File
@@ -17,10 +17,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Checking the format - name: Checking the format
run: gleam format --check run: gleam format --check
publish:
runs-on: ubuntu-latest
container:
image: jaypoch/lumabuilder:latest
build-and-bundle: build-and-bundle:
runs-on: ubuntu-latest runs-on: ubuntu-latest
-8
View File
@@ -1,8 +0,0 @@
name: formatcheck
on:
pull_request:
push:
branches: [main]
jobs: