Skip to content

chore(deps): update libloading requirement from 0.8 to 0.9 #14

chore(deps): update libloading requirement from 0.8 to 0.9

chore(deps): update libloading requirement from 0.8 to 0.9 #14

Workflow file for this run

name: Merge Request Workflow
on:
pull_request:
workflow_dispatch:
jobs:
build_and_lint:
name: Build and Lint
uses: ./.github/workflows/build.yml
coverage:
name: Code Coverage
if: ${{ ! startsWith(github.head_ref, 'release-plz-') }}
uses: ./.github/workflows/coverage.yml