Skip to content

reformat actions yaml files #2800

reformat actions yaml files

reformat actions yaml files #2800

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
coverage:
needs: [ style ]
uses: ./.github/workflows/coverage.yml
secrets:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}