Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.7.3 #281

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.7.3

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.7.3 #281

Workflow file for this run

name: 'The Pipeline'
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ci-${{ github.ref }}-1
cancel-in-progress: true
jobs:
extract-branch:
name: 'Fetch branch'
runs-on: ubuntu-latest
outputs:
current_branch: ${{ steps.get-branch.outputs.current_branch }}
steps:
- name: Extract branch name 🕊
id: get-branch
run: echo "::set-output name=current_branch::${GITHUB_REF##*/}"
ci:
needs:
- extract-branch
name: 'CI'
uses: geoql/maplibre-gl-draw-circle/.github/workflows/ci.yml@main
ct:
needs:
- extract-branch
- ci
name: 'CT'
uses: geoql/maplibre-gl-draw-circle/.github/workflows/ct.yml@main