Skip to content

⬆️ Update pyupgrade requirement from <3.16.0,>=2.31.1 to >=2.31.1,<3.17.0 #367

⬆️ Update pyupgrade requirement from <3.16.0,>=2.31.1 to >=2.31.1,<3.17.0

⬆️ Update pyupgrade requirement from <3.16.0,>=2.31.1 to >=2.31.1,<3.17.0 #367

Workflow file for this run

on: pull_request
name: Git
jobs:
message-check:
name: Block Autosquash Commits
runs-on: ubuntu-latest
steps:
- name: Block Autosquash Commits
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
merge_conflict_job:
runs-on: ubuntu-latest
name: Find merge conflicts
steps:
# Checkout the source code so we have some files to look at.
- uses: actions/checkout@v4
# Run the actual merge conflict finder
- name: Merge Conflict finder
uses: olivernybroe/action-conflict-finder@v4.0