test: [web-components] close alert-web component #16
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
# 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"' |