Skip to content

Commit

Permalink
Merge branch 'develop' into feat/YOEXT-1479/messages-to-swap-and-gov
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt authored Jan 9, 2025
2 parents 94fb59f + 44eb6f0 commit 1abe812
Show file tree
Hide file tree
Showing 585 changed files with 17,846 additions and 11,251 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/flow-and-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flow and lint
name: Flow and Lint and TSC

on:
workflow_dispatch:
Expand Down Expand Up @@ -43,4 +43,7 @@ jobs:
npm run flow
- name: lint
run: |
npm run eslint
npm run eslint
- name: tsc
run: |
npm run tsc
309 changes: 300 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1abe812

Please sign in to comment.