docs: clarify that rdr3 is the CFX identifier for RedM (Red Dead Rede… #39
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.9 | |
| with: | |
| mode: self | |
| format: gh-summary |