Skip to content

feat(table): shadowed and/or modified pydal.Table methods in TypedTab… #17

feat(table): shadowed and/or modified pydal.Table methods in TypedTab…

feat(table): shadowed and/or modified pydal.Table methods in TypedTab… #17

Workflow file for this run

name: run checks
on:
push:
branches-ignore:
- master
jobs:
check:
name: Check with `su6 all`
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install su6[all] .
- run: su6 all --coverage 100