Skip to content

[TRON-19085] Set up SonarQube #90

[TRON-19085] Set up SonarQube

[TRON-19085] Set up SonarQube #90

Workflow file for this run

name: Lint and Prettier Check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install Dependencies
run: npm ci
- name: Run linter
run: npm run check