Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wearzdk committed Jun 1, 2024
1 parent 72e12aa commit 6add982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

24 changes: 4 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,14 @@ on:
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm

- name: Install
run: pnpm install

- name: Lint
run: npm run lint

typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: lts/*
cache: pnpm

- name: Install
Expand Down

0 comments on commit 6add982

Please sign in to comment.