Skip to content

chore(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.9.0 to ^7.12.0 #1071

chore(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.9.0 to ^7.12.0

chore(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.9.0 to ^7.12.0 #1071

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 "current_branch=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
ci:
name: 'CI'
needs:
- extract-branch
uses: ./.github/workflows/ci.yml
ct:
name: 'CT'
needs:
- extract-branch
uses: ./.github/workflows/ct.yml