Skip to content

Bump lint-staged from 13.1.2 to 13.2.3 #63

Bump lint-staged from 13.1.2 to 13.2.3

Bump lint-staged from 13.1.2 to 13.2.3 #63

name: '[PRN] Quality Engineering'
on:
pull_request_target:
branches:
- main
- master
- release/v*
types:
- labeled
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@main
with:
nodeLint: true
nodeSonar: true
nodeSonarProjectKey: vtex-apps_cy-runner
nodeSonarOrganization: vtex-apps
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}