Push zip files at GCP bucket storage root #8117
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 | |
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: ./ |