(datatables): implement colors for raw actions badges #761
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: React Doctor Checks | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| branches: [main, master] | |
| paths: | |
| - "src/frontend/**" | |
| pull_request: | |
| branches: [main, master] | |
| paths: | |
| - "src/frontend/**" | |
| workflow_dispatch: | |
| jobs: | |
| react-doctor: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run React Doctor | |
| uses: millionco/react-doctor@main | |
| with: | |
| directory: ./src/frontend |