Skip to content

Fix/cosmos vultisig #573

Fix/cosmos vultisig

Fix/cosmos vultisig #573

Workflow file for this run

name: PR Test
env:
TEST_API_KEY: ${{ secrets.TEST_API_KEY }}
on:
workflow_dispatch:
push:
branches:
- develop
pull_request_target:
branches:
- develop
jobs:
build-lint-test:
if: contains(github.event.pull_request.title, ':tada:') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Setup Repo
uses: ./tools/github/setup-repo
- run: bun build:ci
- run: bun lint
- run: bun type-check:ci
- name: Test
run: bun test:ci