Skip to content

[ROU110] - Add a new rule for disallowing .save() without update fields or comments justifying it #30

[ROU110] - Add a new rule for disallowing .save() without update fields or comments justifying it

[ROU110] - Add a new rule for disallowing .save() without update fields or comments justifying it #30

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r requirements-dev.txt
- name: Lint
uses: pre-commit/[email protected]
- name: Test with pytest
run: |
pytest