Skip to content

Merge pull request #80 from wilhelm-lab/feature/generic_model_support #266

Merge pull request #80 from wilhelm-lab/feature/generic_model_support

Merge pull request #80 from wilhelm-lab/feature/generic_model_support #266

name: cookietemple lint
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out source-code repository
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install cookietemple
run: pip install cookietemple==1.4.1
- name: Run cookietemple lint
run: cookietemple lint .