Skip to content

Commit

Permalink
Adds in v1 of repository code from main repo (#2)
Browse files Browse the repository at this point in the history
* Adds basic repo boilerplate

* fuxes pkg

* working

* pkg

* Adds helper

* bw
  • Loading branch information
michaelfarrell76 authored Oct 17, 2023
1 parent 15ebb09 commit cb5dc2d
Show file tree
Hide file tree
Showing 148 changed files with 6,397 additions and 1,660 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test

run-depcheck:
Expand All @@ -46,7 +47,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn pnpify depcheck
- run: yarn depcheck

run-pre-commits:
runs-on: ubuntu-latest
Expand Down
3,684 changes: 2,544 additions & 1,140 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit cb5dc2d

Please sign in to comment.