Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Fix wrong key access when checking if post is already removed #6

Fix wrong key access when checking if post is already removed

Fix wrong key access when checking if post is already removed #6

Workflow file for this run

name: Static Code Analysis
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.10.x
uses: actions/setup-python@v4
with:
python-version: 3.10.x
- uses: snok/install-poetry@v1
with:
virtualenvs-create: true
- name: Install Dependencies
run: poetry install
- name: Run Static Analysis
run: |
poetry run ruff .