eslint: fix linting in workflow files

This commit is contained in:
mahula 2025-05-04 20:09:19 +02:00
parent c7f4918ac2
commit f30e783e28
3 changed files with 15 additions and 15 deletions

View File

@ -7,20 +7,20 @@ on:
jobs:
files-changed:
name: Detect File Changes
runs-on: ubuntu-latest
outputs:
changes: ${{ steps.changes.outputs.e2e-docs }}
steps:
- uses: actions/checkout@master
name: Detect File Changes
runs-on: ubuntu-latest
outputs:
changes: ${{ steps.changes.outputs.e2e-docs }}
steps:
- uses: actions/checkout@master
- name: Check for e2e docs file changes
uses: dorny/paths-filter@v3.0.2
id: changes
with:
token: ${{ github.token }}
filters: .github/file-filters.yml
list-files: shell
- name: Check for e2e docs file changes
uses: dorny/paths-filter@v3.0.2
id: changes
with:
token: ${{ github.token }}
filters: .github/file-filters.yml
list-files: shell
build-and-deploy:
if: needs.files-changed.outputs.changes == 'true'

View File

@ -34,4 +34,4 @@ jobs:
uses: actions/checkout@master
- name: E2E Testing | Build Docs
run: npm install && npm run docs:build
run: npm install && npm run docs:build

View File

@ -34,4 +34,4 @@ jobs:
uses: actions/checkout@master
- name: E2E files | Lint
run: npm install && npm run test:lint:eslint
run: npm install && npm run test:lint:eslint