fix(ci): drop unused customers functions glob on umbrella deploys #66
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: lomi · check · script layout | |
| on: | |
| push: | |
| branches: [main, develop] | |
| paths: | |
| - "apps/**" | |
| - "packages/**" | |
| - "tooling/**" | |
| - ".github/workflows/app-check-script-layout.yml" | |
| pull_request: | |
| branches: [main] | |
| paths: | |
| - "apps/**" | |
| - "packages/**" | |
| - "tooling/**" | |
| - ".github/workflows/app-check-script-layout.yml" | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| script-layout: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: Check script layout | |
| run: node tooling/scripts/check-script-layout.mjs |