Skip to content

feat(env): cls.from_env function to load config from env (os.environ … #54

feat(env): cls.from_env function to load config from env (os.environ …

feat(env): cls.from_env function to load config from env (os.environ … #54

Workflow file for this run

name: run su6 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.10'
cache: 'pip' # caching pip dependencies
- run: pip install .[dev]
- run: su6 all --coverage 100 --stop-after-first-failure