Skip to content

Merge release branch back in #170

Merge release branch back in

Merge release branch back in #170

Workflow file for this run

name: PR Dummy Pipeline
on:
pull_request:
env:
# Force nox to produce colorful logs:
FORCE_COLOR: "true"
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true
Test:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true
Docs:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true