Skip to content

Bump eslint from 8.52.0 to 8.54.0 #89

Bump eslint from 8.52.0 to 8.54.0

Bump eslint from 8.52.0 to 8.54.0 #89

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install
run: |
npm install
- name: Build, check and test
run: |
npm run all
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Test the action
uses: ./
with:
configFile: __tests__/data/config/all.json