Skip to content

Commit

Permalink
Feature/microcredit support new assets (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Eduard Dumea
  • Loading branch information
dumedco committed Nov 17, 2023
1 parent 0befd89 commit 37a4849
Show file tree
Hide file tree
Showing 52 changed files with 11,884 additions and 5,918 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 37a4849

Please sign in to comment.