Skip to content

fix: Remove deprecated get_event_loop() in favour of alternative methods #349

fix: Remove deprecated get_event_loop() in favour of alternative methods

fix: Remove deprecated get_event_loop() in favour of alternative methods #349

Workflow file for this run

name: "Pull Request Checks"
on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: write-all
jobs:
pr-dependencies:
runs-on: ubuntu-latest
name: "Check PR Dependencies"
steps:
- name: PR Dependency Check
uses: gregsdennis/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
semantic-title:
name: "Check Semantic Title"
runs-on: ubuntu-latest
steps:
- name: "Check Semantic Pull Request"
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}