feat: add CLI falsifiers and exit tables to ten mesh examples (#142) #280
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: Ecosystem drift check | |
| on: | |
| pull_request: | |
| branches: [main] | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| drift-check: | |
| name: Ecosystem drift check | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.15 | |
| with: | |
| mode: self | |
| format: gh-summary |