Skip to content

[Symfony] Add 7.3 (#7619) #561

[Symfony] Add 7.3 (#7619)

[Symfony] Add 7.3 (#7619) #561

Workflow file for this run

name: Lint
on:
workflow_dispatch: # Manually run workflow.
push:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Setup ruby
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Build site
run: bundle exec jekyll build
- name: Validate OpenAPI specification
run: npx @quobix/vacuum@latest lint --details --no-style --no-banner --all-results _site/docs/api/v1/openapi.yml