Skip to content

fix(RHIDP-4394): implement re-attempting mechanism for uploading entities #410

fix(RHIDP-4394): implement re-attempting mechanism for uploading entities

fix(RHIDP-4394): implement re-attempting mechanism for uploading entities #410

Workflow file for this run

name: PR checks
on:
pull_request:
branches:
- main
env: {}
jobs:
lint:
name: Code Quality
runs-on: ubuntu-20.04
steps:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
architecture: "x64"
- name: Checkout repo
uses: actions/checkout@v4
- name: Run linters
run: make lint