Skip to content

fix: Return attempted resolution as false if resolver is disabled #474

fix: Return attempted resolution as false if resolver is disabled

fix: Return attempted resolution as false if resolver is disabled #474

Workflow file for this run

name: commit
# run lints even before someone submits a pr
on:
push:
branches:
- '**' # run on any branch
- '!main'
- '!development'
# cancel running job if another commit comes in
concurrency:
group: commit-${{ github.ref }}-1
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
seed_maven_cache:
uses: ./.github/workflows/seed_maven_cache.yml