diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4f5a311..ccb6d2d3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: - name: Update run: composer update --no-interaction --no-progress - name: Run - run: vendor/bin/twig-cs-fixer lint templates + run: vendor/bin/twig-cs-fixer lint src/Knp/Menu/Resources/views tests: runs-on: ubuntu-22.04 strategy: