Skip to content

fix: point (www.)?arewestableyet.com somewhere useful #185

fix: point (www.)?arewestableyet.com somewhere useful

fix: point (www.)?arewestableyet.com somewhere useful #185

Workflow file for this run

name: Test Refactor
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test
run: doit test
- name: Show details
run: doit show