Skip to content

Merge pull request #119 from mcara/fix-logging #236

Merge pull request #119 from mcara/fix-logging

Merge pull request #119 from mcara/fix-logging #236

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '*.x'
tags:
- "*"
pull_request:
schedule:
- cron: '0 6 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: check-style
- linux: check-security
- linux: build-dist
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: py38-xdist
- linux: py39-xdist
- linux: py310-xdist
- linux: py311-xdist
- macos: py311-xdist
- windows: py311-xdist
- linux: py311-devdeps-xdist
- linux: py311-xdist-cov
coverage: codecov