Skip to content

Commit

Permalink
Merge pull request #13 from Nesopie/feat/hybrid
Browse files Browse the repository at this point in the history
Feat/hybrid
  • Loading branch information
junderw authored Aug 11, 2024
2 parents 78e7552 + 95ff37a commit 3253bf7
Show file tree
Hide file tree
Showing 14 changed files with 8,932 additions and 9,088 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run standard
- run: npm run standard
gitdiff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run gitdiff
13 changes: 0 additions & 13 deletions index.d.ts

This file was deleted.

90 changes: 0 additions & 90 deletions index.js

This file was deleted.

Loading

0 comments on commit 3253bf7

Please sign in to comment.