Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 23, 2023
1 parent d7860ae commit e3a250a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: echo "primary twist rack vendor diagram image used route theme frown either will" > .secret
- name: Install dependencies
run: yarn install --frozen-lockfile && yarn build
- name: Update submodule
run: git submodule update --remote
- name: Install submodules dependencies
run: cd biconomy-paymasters && yarn install --frozen-lockfile && yarn build && cd ..
- name: Lint sources
run:
yarn run lint
Expand Down

0 comments on commit e3a250a

Please sign in to comment.