Skip to content

chore(deps): update dependency eslint-plugin-prettier to v5.2.3 - autoclosed #1822

chore(deps): update dependency eslint-plugin-prettier to v5.2.3 - autoclosed

chore(deps): update dependency eslint-plugin-prettier to v5.2.3 - autoclosed #1822

Workflow file for this run

name: 'pr'
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: |
npm-
- run: |
npm ci
npm run build
npm run format-check
npm run lint
npm run package
npm run test
self-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Sonarqube
uses: ./
with:
ca-cert: ${{ secrets.MTLS_CACERT }}
client-cert: ${{ secrets.MTLS_CERT }}
client-key: ${{ secrets.MTLS_KEY }}
token: ${{ secrets.SONAR_TOKEN }}
args: |
-Dsonar.exclusions=dist/**/*.js