Skip to content

Commit

Permalink
chore: added env variables to gh checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Oct 3, 2024
1 parent 7b7dc43 commit bb26813
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ name: Code Checks
on:
push:

env:
PUBLIC_LOCAL_SIGNER: ''
API_EOS_CHAIN: 'https://eos.greymass.com'
API_EOS_HISTORY: 'https://eos.greymass.com'
API_JUNGLE4_CHAIN: 'https://jungle4.greymass.com'
API_JUNGLE4_HISTORY: 'https://jungle4.greymass.com'
API_KYLIN_CHAIN: 'https://kylin.greymass.com'
API_KYLIN_HISTORY: 'https://kylin.greymass.com'

jobs:
formatting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb26813

Please sign in to comment.