Skip to content

fix: don't initially validate connection #546

fix: don't initially validate connection

fix: don't initially validate connection #546

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main, 0.x ]
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- name: Check title name convention
uses: jef/conventional-commits-pr-action@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
build:
uses: ./.github/workflows/build.yml
code-checkers:
uses: ./.github/workflows/code-check.yml
unit-tests:
uses: ./.github/workflows/unit-tests.yml
sonar-scan:
uses: ./.github/workflows/sonar-scan.yml
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}