[mercury][tokens] Update all Mercury tokens, automate tokens creation, refactorize mercury.scss and re-organize and clean up tokens that are not used anymore.
#1927
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: CI | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| unanimo: | |
| uses: ./.github/workflows/install-and-deploy.yml | |
| with: | |
| node-version: "22.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/unanimo" | |
| mercury: | |
| uses: ./.github/workflows/install-and-deploy.yml | |
| with: | |
| node-version: "22.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/mercury" | |
| svg-sass-generator: | |
| uses: ./.github/workflows/install-and-deploy.yml | |
| with: | |
| node-version: "22.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/svg-sass-generator" |