Skip to content

Commit 54f0694

Browse files
authored
chore(ci): Add empty ci workflow so we can test in a pr safely (#398)
1 parent 084d2ee commit 54f0694

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
setup:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Verify checkout
15+
run: echo "Repository checked out successfully"

0 commit comments

Comments
 (0)