Skip to content

Merge branch 'main' of github.com:curvefi/stableswap-ng into feat/tests #237

Merge branch 'main' of github.com:curvefi/stableswap-ng into feat/tests

Merge branch 'main' of github.com:curvefi/stableswap-ng into feat/tests #237

Workflow file for this run

name: lint
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.10.4
uses: actions/setup-python@v4
with:
python-version: 3.10.4
- uses: pre-commit/action@v3.0.0