Skip to content

Bump eslint-config-prettier from 10.0.3 to 10.1.1 in /frontend/src/main/webapp #2981

Bump eslint-config-prettier from 10.0.3 to 10.1.1 in /frontend/src/main/webapp

Bump eslint-config-prettier from 10.0.3 to 10.1.1 in /frontend/src/main/webapp #2981

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
uses: ./.github/workflows/subflow_build.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
e2e-test:
uses: ./.github/workflows/subflow_e2e_test.yml
needs: build