Release v8.4.1.0 #7991
Workflow file for this run
This file contains 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: JS tests | |
on: [push, pull_request] | |
jobs: | |
js-linter: | |
name: JS linter | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2.0.0 | |
- name: lint js dependencies | |
uses: PrestaShopCorp/github-action-lint-js/12@v1.0 | |
with: | |
cmd: npm | |
path: ./ |