Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
add: spell and build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Aug 9, 2024
1 parent dc0be66 commit ff90deb
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,21 @@ jobs:
- run: |
npm install
npm run check:ci
spell:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run spell
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run build
Loading

0 comments on commit ff90deb

Please sign in to comment.