This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from cc507d7 OF: typo, id should be eid here.
add 3d530a2 Add lint and type tests
add d22f234 Run action on pull
new fd58009 Merge pull request #31 from sebbASF/linting
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/linting.yml | 40 +++
.github/workflows/type-tests.yml | 43 +++
pylintrc | 580 +++++++++++++++++++++++++++++++++++++++
3 files changed, 663 insertions(+)
create mode 100644 .github/workflows/linting.yml
create mode 100644 .github/workflows/type-tests.yml
create mode 100644 pylintrc