Skip to content

Feat/multichain wallet gateway improvements #62

Feat/multichain wallet gateway improvements

Feat/multichain wallet gateway improvements #62

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches: [master]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
submodules: 'true'
- name: Install Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- name: Install dependencies
run: npm install
# scan:
# needs: lint-and-test
# if: ${{ github.event_name == 'pull_request' && github.event.repository.private == false }}
# uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
# release-sbom:
# needs: lint-and-test
# if: github.event_name == 'push'
# uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1