Signed-off-by: Jason Pochanke <handyjason053@gmail.com>
This commit is contained in:
@@ -18,15 +18,15 @@ jobs:
|
||||
- name: Checking the format
|
||||
run: gleam format --check
|
||||
|
||||
build-and-bundle:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
# Replace this with the path to the image you built and pushed
|
||||
image: jaypoch/lumabuilder:latest
|
||||
#build-and-bundle:
|
||||
# runs-on: ubuntu-latest
|
||||
# container:
|
||||
# # Replace this with the path to the image you built and pushed
|
||||
# image: jaypoch/lumabuilder:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
# steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
|
||||
# - name: Build Gleam to JavaScript
|
||||
# run: gleam build --target javascript
|
||||
|
||||
Reference in New Issue
Block a user