Skip to content

build(deps): bump ruff from 0.5.7 to 0.7.0 #103

build(deps): bump ruff from 0.5.7 to 0.7.0

build(deps): bump ruff from 0.5.7 to 0.7.0 #103

Workflow file for this run

name: PR Compliancy
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_semver_labels:
name: Check Semver labels
runs-on: "ubuntu-latest"
steps:
- name: Check for Semver labels
uses: danielchabr/[email protected]
with:
hasSome: major,minor,patch
githubToken: ${{ secrets.GITHUB_TOKEN }}