Skip to content

Commit 65ae84a

Browse files
committed
refactor: apply prettier
1 parent 7e84d5c commit 65ae84a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull-request-container.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Bundle & Package all files
2424
run: |
25-
npx lerna run bundle --stream
26-
npm pack --workspaces
25+
npx lerna run bundle --stream
26+
npm pack --workspaces
2727
2828
- name: Set up Docker Qemu
2929
id: qemu
@@ -32,15 +32,15 @@ jobs:
3232
- name: Set up Docker Buildx
3333
id: buildx
3434
uses: docker/setup-buildx-action@v3
35-
35+
3636
- name: Copy packages and files
3737
run: |
3838
# Files are packed into the base directory
3939
cp *.tgz packages/server/
4040
cp *.tgz packages/cli/
4141
cp -r packages/lambda-tiler/static/ packages/server/
4242
cp -r packages/lambda-tiler/static/ packages/cli/
43-
43+
4444
- name: Login to GitHub Container Registry
4545
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
4646
with:
@@ -62,4 +62,4 @@ jobs:
6262
context: packages/server
6363
platforms: linux/arm64,linux/amd64
6464
tags: ghcr.io/${{ github.repository }}/server:pr-${{ github.event.number }}
65-
push: true
65+
push: true

0 commit comments

Comments
 (0)