Skip to content

[PAYSHIP 3116] Deploy workflow ps6 #8137

[PAYSHIP 3116] Deploy workflow ps6

[PAYSHIP 3116] Deploy workflow ps6 #8137

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
js-linter:
name: JS linter
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'ready to review') }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: lint js dependencies
uses: PrestaShopCorp/github-action-lint-js/[email protected]
with:
cmd: npm
path: ./