Fix EQNotify add-tag option description exceeding Discord 100-char li… #855
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: Test | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-node@v3 | |
| with: | |
| node-version: 22.22.2 | |
| cache: yarn | |
| cache-dependency-path: yarn.lock | |
| - run: yarn install | |
| - run: yarn test:ci | |
| - run: yarn tsc |