Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into feat/exotics-sat…
Browse files Browse the repository at this point in the history
…s-v1
  • Loading branch information
teebszet committed Nov 29, 2023
2 parents bbb321e + cb43e8d commit 13092a2
Show file tree
Hide file tree
Showing 92 changed files with 16,917 additions and 24,353 deletions.
7 changes: 0 additions & 7 deletions .babelrc.js

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
always-auth: true
node-version: '18.x'
registry-url: https://npm.pkg.github.com
scope: '@secretkeylabs'
- name: Install dependencies
run: npm ci --legacy-peer-deps
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_REGISTRY_TOKEN }}
run: npm ci
- name: Test
run: npx eslint .
# run: npx tsc --noEmit
# run: npm test --passWithNoTests
run: |
npx eslint .
npx tsc --noEmit
npm test
- name: Build
env:
TRANSAC_API_KEY: ${{ secrets.TRANSAC_API_KEY }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
always-auth: true
node-version: '18.x'
registry-url: https://npm.pkg.github.com
scope: '@secretkeylabs'
- name: Install dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_REGISTRY_TOKEN }}
run: npm ci
- name: Test
run: npx eslint .
# run: npx tsc --noEmit
# run: npm test --passWithNoTests
run: |
npx eslint .
npx tsc --noEmit
npm test
- name: Build
env:
TRANSAC_API_KEY: ${{ secrets.TRANSAC_API_KEY }}
Expand Down
10 changes: 0 additions & 10 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 13092a2

Please sign in to comment.