Skip to content

update Foo.vy for 0.4.0 #71

update Foo.vy for 0.4.0

update Foo.vy for 0.4.0 #71

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install pre-commit
- run: pre-commit run --all-files