Skip to content

chore(deps-dev): Bump @deck.gl/mapbox from 8.9.35 to 9.0.14 #81

chore(deps-dev): Bump @deck.gl/mapbox from 8.9.35 to 9.0.14

chore(deps-dev): Bump @deck.gl/mapbox from 8.9.35 to 9.0.14 #81

Workflow file for this run

name: 'The Pipeline'
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
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 "current_branch=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
ci:
needs:
- extract-branch
name: 'CI'
uses: ./.github/workflows/ci.yml