Merge branch 'main' into al-use-get-consent-for #9576
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: support-frontend - eslint | |
on: | |
push: | |
paths: | |
- support-frontend/** | |
jobs: | |
support_frontend_build: | |
name: support-frontend - eslint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Setup Node and Install Dependencies | |
uses: ./.github/actions/setup-node-and-install | |
- name: Lint check | |
run: pnpm lint:check | |
working-directory: support-frontend |