Skip to content

add one more check to unit test od ZigZagIterator #2854

add one more check to unit test od ZigZagIterator

add one more check to unit test od ZigZagIterator #2854

Workflow file for this run

name: Python CI
on:
push:
branches: [ "*" ]
tags-ignore: [ "v*" ]
jobs:
style:
uses: ./.github/workflows/style.yml
test:
needs: [ style ]
uses: ./.github/workflows/test.yml
license:
needs: [ style ]
uses: ./.github/workflows/license.yml
coverage:
needs: [ style ]
uses: ./.github/workflows/coverage.yml
secrets:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}