Skip to content

ci: Fir 29859 remove python 3 7 support for firebolt cli #289

ci: Fir 29859 remove python 3 7 support for firebolt cli

ci: Fir 29859 remove python 3 7 support for firebolt cli #289

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main ]
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 }}
code-checkers:
uses: ./.github/workflows/code-check.yml
unit-tests:
uses: ./.github/workflows/unit-tests.yml
security-scan:
needs: [unit-tests]
uses: ./.github/workflows/security-scan.yml
secrets:
FOSSA_TOKEN: ${{ secrets.FOSSA_TOKEN }}
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}