Skip to content

Copier Template: EditorConfig: Always ensure final newline, when poss… #54

Copier Template: EditorConfig: Always ensure final newline, when poss…

Copier Template: EditorConfig: Always ensure final newline, when poss… #54

Workflow file for this run

name: qa
on:
pull_request:
branches: ['*']
push:
branches: ['master', 'release-*']
workflow_dispatch: {}
jobs:
initialize:
uses: ./.github/workflows/core--initializer.yaml
test:
needs: [initialize]
uses: emcd/python-project-common/.github/workflows/xrepo--tester.yaml@v1.9
with:
matrix-exclusions: '${{ needs.initialize.outputs.matrix-exclusions }}'
platforms: '${{ needs.initialize.outputs.platforms }}'
python-descriptors: '${{ needs.initialize.outputs.python-descriptors }}'
python-versions: '${{ needs.initialize.outputs.python-versions }}'
report:
needs: [initialize, test]
uses: emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@v1.9
with:
python-version: '${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'