Skip to content

Commit

Permalink
basic working backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Sep 21, 2024
1 parent 403c20d commit aa9c8f6
Show file tree
Hide file tree
Showing 23 changed files with 2,550 additions and 1,631 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI Workflow
on:
push:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: npm run lint
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node_modules

# production
/build
/dist
dist
/dist-ssr
/lambda

Expand Down
Loading

0 comments on commit aa9c8f6

Please sign in to comment.