Skip to content

Bump eslint from 8.57.1 to 9.17.0 in /apps/website #145

Bump eslint from 8.57.1 to 9.17.0 in /apps/website

Bump eslint from 8.57.1 to 9.17.0 in /apps/website #145

Workflow file for this run

name: unit-tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}