Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dumedco committed Nov 17, 2023
2 parents 0325b43 + 37a4849 commit ff2e33c
Show file tree
Hide file tree
Showing 88 changed files with 33,075 additions and 10,163 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
- name: Pre-install
run: yarn --network-concurrency 1

# - name: Run Checks
# run: |
# yarn prettier:write
# yarn lint
# yarn build
# yarn docgen

# - name: Run Coverage
# run: yarn coverage

- name: Setup Git Config
run: |
git config user.name "GitHub Actions Bot"
Expand Down
5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"


yarn test
yarn prettier:write
#git add -A .
Loading

0 comments on commit ff2e33c

Please sign in to comment.