Skip to content

Merge pull request #123 from pyth-network/attribute_iter_fix #299

Merge pull request #123 from pyth-network/attribute_iter_fix

Merge pull request #123 from pyth-network/attribute_iter_fix #299

name: Check Formatting
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt
- uses: pre-commit/[email protected]