mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
eslint: fix linting in workflow files
This commit is contained in:
parent
c7f4918ac2
commit
f30e783e28
26
.github/workflows/e2e.deploy.docs.yml
vendored
26
.github/workflows/e2e.deploy.docs.yml
vendored
@ -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'
|
||||
|
||||
2
.github/workflows/e2e.test.build.docs.yml
vendored
2
.github/workflows/e2e.test.build.docs.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/e2e.test.lint.yml
vendored
2
.github/workflows/e2e.test.lint.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user