Skip to content

ci: add docformatter config to pyproject.toml and apply them to the f… #25

ci: add docformatter config to pyproject.toml and apply them to the f…

ci: add docformatter config to pyproject.toml and apply them to the f… #25

name: CI
on:
push:
branches:
- main
release:
types:
- prereleased
- published
workflow_dispatch:
jobs:
matrix-coverage:
uses: scikit-package/release-scripts/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml@v0
with:
project: diffpy.snmf
c_extension: false
headless: false
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}