summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-14 02:17:20 -0500
committerseth <[email protected]>2023-11-14 02:17:20 -0500
commit7f39451ddbff09f2e5e519aa2c6471ec62ac3d8e (patch)
tree208ba45a02ddfe762dab092cb6abdebc74968e3e /.github/workflows/ci.yaml
parent5de11a91f1d6ff6cee5a4c90666f33a6dd7a4f64 (diff)
ci: let cf deploy
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1d57123..26c7aaa 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -3,11 +3,9 @@ name: CI
on:
pull_request:
workflow_dispatch:
- workflow_call:
jobs:
build:
- needs: [lint, format]
runs-on: ubuntu-latest
steps:
@@ -31,12 +29,6 @@ jobs:
- name: run build
run: pnpm build
- - name: upload ./dist
- uses: actions/upload-artifact@v3
- with:
- name: dist
- path: dist
-
lint:
runs-on: ubuntu-latest