Skip to content

Update Power Apps Code Apps instructions: refine project context, improve folder structure, and clarify PowerProvider implementation #160

Update Power Apps Code Apps instructions: refine project context, improve folder structure, and clarify PowerProvider implementation

Update Power Apps Code Apps instructions: refine project context, improve folder structure, and clarify PowerProvider implementation #160

Workflow file for this run

name: Check Spelling
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling with codespell
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: false