forked from PrestaShop/PrestaShop
-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (37 loc) · 888 Bytes
/
lint-skip.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# For UI tests as job is required
name: Lint
on:
push:
pull_request:
# Run when only tests are updated
paths:
- 'tests/UI/**'
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
stylelint:
name: SCSS Lint
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests required"'
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests required"'
yamllint_sf:
name: YAML Lint (Symfony Check)
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests required"'
yamllint:
name: YAML Lint (YamlLint Check)
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests required"'
twiglint:
name: Twig Lint
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests required"'