Skip to content

Fix bug that results in AttributeError - 'OccurrencePreview' object has no attribute 'object' #98

Fix bug that results in AttributeError - 'OccurrencePreview' object has no attribute 'object'

Fix bug that results in AttributeError - 'OccurrencePreview' object has no attribute 'object' #98

Workflow file for this run

name: Check
on:
- push
- pull_request
jobs:
build:
name: ${{ matrix.tox-environment }}
runs-on: ubuntu-latest
env:
TOXENV: lint
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: python -m pip install tox
- name: Run
run: tox