Skip to content

Adding suffix to tracker decorator #43

Adding suffix to tracker decorator

Adding suffix to tracker decorator #43

Workflow file for this run

name: Darglint checks
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Pip install
run: pip install darglint
- name: Pip list
run: pip list
- name: Darglint checks
run: darglint -v 2 -z short .