Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored Apr 11, 2024
2 parents 909a0f9 + ce87e98 commit aa8f491
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/validate-sample.yml
Original file line number Diff line number Diff line change
@@ -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 }}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit aa8f491

Please sign in to comment.