Skip to content

Tagging 3.2.3

Tagging 3.2.3 #185

Workflow file for this run

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