Skip to content

balancer v3 adapter and substream #232

balancer v3 adapter and substream

balancer v3 adapter and substream #232

name: Swap encoders CI
on:
pull_request:
permissions:
id-token: write
contents: read
env:
PYTEST_ADDOPTS: "--color=yes"
jobs:
tests:
uses: propeller-heads/propeller-protocol-lib/.github/workflows/python-tests.yaml@main

Check failure on line 15 in .github/workflows/swap-encoders.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/swap-encoders.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/swap-encoders.yaml" -> "propeller-heads/propeller-protocol-lib/.github/workflows/python-tests.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
formatting:
name: Formatting
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Env
uses: ./.github/actions/setup_env
- name: Black Formatting
run: |
black ./propeller-swap-encoders --check --skip-magic-trailing-comma