Skip to content

Commit

Permalink
Add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Dec 27, 2023
1 parent 65a5c10 commit febbdc0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Check

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
check:
runs-on: ubuntu-latest
env:
AUTH_SECRET: secret
# DATABASE_URL: <url>
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun run setup
- run: bun run check
Binary file modified bun.lockb
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit febbdc0

Please sign in to comment.