diff --git a/.github/workflows/validate-sample.yml b/.github/workflows/validate-sample.yml new file mode 100644 index 00000000..5af350e7 --- /dev/null +++ b/.github/workflows/validate-sample.yml @@ -0,0 +1,15 @@ +name: Sample validation + +on: + pull_request_target: + branches: + - "main" + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - name: Validate + uses: pnp/pnp-sample-validation@main + with: + gh-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index b0f4dd76..869f0fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Power Apps Samples -This repository contains community samples that demonstrate different usage patterns for Power Apps. We are in the process of moving the samples over to a generic [Power Platform Samples repository](https://github.com/pnp/powerplatform-samples). +> [!IMPORTANT] +> We are currently in the process to move all the samples from product-specific repositories like this repository to one repository for all Power Platform Samples. Please create Pull Requests (PRs) in that [repository](https://github.com/pnp/powerplatform-samples) + +This repository contains community samples that demonstrate different usage patterns for Power Apps. > We welcome community contributions to the `samples` folder in this repository for demonstrating different use cases with Power Apps.