Skip to content

Commit

Permalink
Merge branch 'master' into soroban
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jul 18, 2023
2 parents 6696cae + 09389a2 commit b308222
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 335 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
node-version: [14, 16, 18]

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -37,8 +38,5 @@ jobs:
- name: Run Browser Tests
run: yarn test:browser

- name: Run Prettier Checks
run: yarn fmt && (git diff-index --quiet HEAD; git diff)

- name: Run Linter
run: yarn lint
- name: Run Linter Checks
run: yarn lint && (git diff-index --quiet HEAD; git diff)
Loading

0 comments on commit b308222

Please sign in to comment.