Skip to content

bump: version 17.26.0 → 17.26.1 #74

bump: version 17.26.0 → 17.26.1

bump: version 17.26.0 → 17.26.1 #74

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
pylint:
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v6
with:
path: src
tox:
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/tox.yml