Skip to content

Commit

Permalink
Format yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Jan 22, 2025
1 parent 56e6d5d commit 0595ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
destination_directory: '/usr/local/bin'
- env:
NEXT_PUBLIC_MODULE_ADDRESS: >-
EMOJICOIN_ARENA_MODULE_ADDRESS: >-

Check failure on line 23 in .github/workflows/sdk-tests.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

23:8 [indentation] wrong indentation: expected 8 but found 7
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d

Check failure on line 24 in .github/workflows/sdk-tests.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

24:11 [indentation] wrong indentation: expected 9but found 10
NEXT_PUBLIC_MODULE_ADDRESS: >-
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d

Check failure on line 26 in .github/workflows/sdk-tests.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

26:11 [indentation] wrong indentation: expected 9but found 10
PUBLISHER_PRIVATE_KEY: >-

Check failure on line 27 in .github/workflows/sdk-tests.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

27:9 syntax error: expected <block end>, but found '<block mapping start>' (syntax)
0xeaa964d1353b075ac63b0c5a0c1e92aa93355be1402f6077581e37e2a846105e
EMOJICOIN_ARENA_MODULE_ADDRESS: >-
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d
name: 'Run SDK tests'
run: 'pnpm run test:sdk'
- if: 'failure()'
Expand Down

0 comments on commit 0595ce1

Please sign in to comment.