Skip to content

chore(stable): generate latest types & add types for instances - 02.07.2024 #4586

chore(stable): generate latest types & add types for instances - 02.07.2024

chore(stable): generate latest types & add types for instances - 02.07.2024 #4586

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
- release-*
types: [opened, edited, synchronize, reopened]
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0