fix: driver_namespace id_type and SDF-grid meshing in skills (#9) #23
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@v6 | |
| - uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.15 | |
| with: | |
| mode: self | |
| format: gh-summary |