Skip to content

refactor: use this to instantiate new instance of the same class #29

refactor: use this to instantiate new instance of the same class

refactor: use this to instantiate new instance of the same class #29

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
uses: ./.github/workflows/verification.yml