Skip to content

fix(deps): update dependency vue to v3.4.15 #32

fix(deps): update dependency vue to v3.4.15

fix(deps): update dependency vue to v3.4.15 #32

Workflow file for this run

# This workflow is the entry point for all CI processes.
# It is from here that all other workflows are launched.
on:
push:
branches:
- main
- master
paths-ignore:
- '**.md'
- .editorconfig
- .gitignore
pull_request:
paths-ignore:
- '**.md'
- .editorconfig
- .gitignore
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
typechecking:
uses: ./.github/workflows/typechecking.yml
tests:
uses: ./.github/workflows/tests.yml
draft_release:
if: github.event_name == 'push' && github.ref_name == 'main'
needs: [ typechecking, tests ]
uses: ./.github/workflows/release.yml