Skip to content

Bump phonenumbers from 8.12.53 to 8.13.38 in /src/requirements #212

Bump phonenumbers from 8.12.53 to 8.13.38 in /src/requirements

Bump phonenumbers from 8.12.53 to 8.13.38 in /src/requirements #212

Workflow file for this run

name: linter
on: [pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10.4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black==22.10.0
- name: Black check
run: |
black --check .