mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +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:
|
jobs:
|
||||||
files-changed:
|
files-changed:
|
||||||
name: Detect File Changes
|
name: Detect File Changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
changes: ${{ steps.changes.outputs.e2e-docs }}
|
changes: ${{ steps.changes.outputs.e2e-docs }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Check for e2e docs file changes
|
- name: Check for e2e docs file changes
|
||||||
uses: dorny/paths-filter@v3.0.2
|
uses: dorny/paths-filter@v3.0.2
|
||||||
id: changes
|
id: changes
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
filters: .github/file-filters.yml
|
filters: .github/file-filters.yml
|
||||||
list-files: shell
|
list-files: shell
|
||||||
|
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
if: needs.files-changed.outputs.changes == 'true'
|
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
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: E2E Testing | Build Docs
|
- 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
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: E2E files | Lint
|
- 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