Fix lazy-controller detection when controller contain static properties (update acorn
ECMAScript version)
#180
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: Symfony UX | |
on: | |
pull_request: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
coding-style: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Prettier | |
run: | | |
yarn | |
yarn run check-format | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Install dependencies | |
run: yarn | |
- name: Tests | |
run: yarn test |