feat: (WIP) Simplified PropellerRouter Sketch #223
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/swap-encoders.yamlInvalid workflow file
|
||
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 |