Skip to content

Commit

Permalink
update ci checks gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-dot-js committed Jul 30, 2024
1 parent d2fb08c commit 0ad5c69
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/pr.yml → .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Demo ngrok docs
name: CI Checks

on:
pull_request:
branches:
- main
on: push

jobs:
deploy:
name: Demo ngrok docs
ci-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,9 +17,9 @@ jobs:
- name: 'Create env file'
run: |
echo DEPLOY_ENV=dev > .env
- name: Install dependencies
- name: Install Dependencies 📥
run: pnpm install --frozen-lockfile
- name: Typecheck
- name: Type Check 🧹
run: pnpm run typecheck
- name: Build website
- name: Build website 📦
run: pnpm run build

0 comments on commit 0ad5c69

Please sign in to comment.