Skip to content

Tests for removing liquidity (#4) #14

Tests for removing liquidity (#4)

Tests for removing liquidity (#4) #14

Workflow file for this run

name: Check formatting
on:
- push
- workflow_dispatch
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: ./.github/actions/initialize
- name: Check sway formatting
run: forc fmt --check
- name: Check rust formatting
run: cargo fmt --check