Skip to content

Fix overflow when encoding non-python data types #15

Fix overflow when encoding non-python data types

Fix overflow when encoding non-python data types #15

Workflow file for this run

name: Code Quality
on: [pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install --upgrade pip
- run: pip install pylint
- run: pylint --disable=all --enable=unused-import phe