Skip to content

Commit

Permalink
pr previews
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 15, 2024
1 parent ba8a224 commit 5ff760b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/npm-previews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,6 @@ on:
- 'site/**'

jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i -g pnpm@9
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm i --frozen-lockfile
- run: pnpm lint
# type-check here as well when it is working
env:
CI: true
name: mdsvex

preview:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5ff760b

Please sign in to comment.