Skip to content

fix: Ignore @types modules to prevent 'Cannot find module' error #130

fix: Ignore @types modules to prevent 'Cannot find module' error

fix: Ignore @types modules to prevent 'Cannot find module' error #130

Workflow file for this run

name: SonarCloud Analysis
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
with:
args:
-Dsonar.projectKey=chiefmikey_eslint-plugin-disable-autofix
-Dsonar.organization=chiefmikey