aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr.yaml')
-rw-r--r--.github/workflows/pr.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
deleted file mode 100644
index 1633bc2..0000000
--- a/.github/workflows/pr.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: pr
-on:
- workflow_dispatch:
-jobs:
- build:
- name: build
- runs-on: ubuntu-latest
- steps:
- - name: Checkout repo
- uses: actions/checkout@v4
- - name: Install bun
- uses: oven-sh/setup-bun@v1
- - name: Setup
- run: cd code/frontend
- - name: Install dependencies
- run: bun install
- - name: Check
- run: bun run check
- - name: Test
- run: bun run test