Skip to content

add date to csv and ignore irrelevant rules #133

add date to csv and ignore irrelevant rules

add date to csv and ignore irrelevant rules #133

Workflow file for this run

name: Pytest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r requirements.txt
- name: Pytest
uses: pavelzw/pytest-action@v2
with:
emoji: true
verbose: true
job-summary: true