Skip to content

feat!: cross-chain tx and skip go integration (#194) #759

feat!: cross-chain tx and skip go integration (#194)

feat!: cross-chain tx and skip go integration (#194) #759

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Check Prettier
run: bun prettier . --check