Skip to content

Bump launch-editor from 2.11.1 to 2.14.1 #2414

Bump launch-editor from 2.11.1 to 2.14.1

Bump launch-editor from 2.11.1 to 2.14.1 #2414

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