Skip to content

fix: configurint qlty #7

fix: configurint qlty

fix: configurint qlty #7

Workflow file for this run

on:
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- ".scafflater/**"
workflow_dispatch:
name: Standard
jobs:
ci:
name: CI - Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Test
uses: ./.github/actions/build-and-test
with:
node-auth-token: ${{ secrets.GHA_PACKAGES }}
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
cc-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
qlty-coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}