Skip to content

Merge pull request #104 from collective/docs #175

Merge pull request #104 from collective/docs

Merge pull request #104 from collective/docs #175

Workflow file for this run

name: "build"
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [python27, python39, python310, python311]
docutils: [docutils016, docutils017, docutils018, docutils019, docutils020]
exclude:
- python: python27
docutils: docutils018
- python: python27
docutils: docutils019
- python: python27
docutils: docutils020
env:
COVERALLS_REPO_TOKEN: ${{ secrets.github_token }}
COVERALLS_SERVICE_NAME: github
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: datakurre
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'j
- run: make nix-show nix-test nix-coverage nix-coveralls nix-docs PYTHON=${{ matrix.python }} FEATURE=${{ matrix.docutils }}