From 8ac32833915a752b9c8aa7b538d141c647cf39ee Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:33:10 +0200 Subject: [PATCH] test: test with pwa file change, it should not change anything --- api/README.md | 2 ++ pwa/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/api/README.md b/api/README.md index d0edd4cfc..546da15af 100644 --- a/api/README.md +++ b/api/README.md @@ -3,3 +3,5 @@ The API will be here. Refer to the [Getting Started Guide](https://api-platform.com/docs/distribution) for more information. + +Change this file just to focus on API files on "Lint API" CI job. diff --git a/pwa/README.md b/pwa/README.md index b3e8271c3..ecca1b4cf 100644 --- a/pwa/README.md +++ b/pwa/README.md @@ -5,3 +5,5 @@ Contains a [Next.js](https://nextjs.org/) project bootstrapped with [pnpm](https The `admin` page contains an API Platform Admin project (refer to its [documentation](https://api-platform.com/docs/admin)). You can also generate your web app here by using the API Platform Client Generator (refer to its [documentation](https://api-platform.com/docs/client-generator/nextjs/)). + +Change this file just to focus on API files on "Lint API" CI job.