Skip to content

[mercury] Use ESLint and Prettier in Mercury package #1703

[mercury] Use ESLint and Prettier in Mercury package

[mercury] Use ESLint and Prettier in Mercury package #1703

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
install-unanimo:
uses: genexuslabs/design-systems/.github/workflows/install-and-deploy.yml@main
with:
node-version: "20.x"
cache: true
common-tests: false
publish: false
package: "packages/unanimo"
install-mercury:
uses: genexuslabs/design-systems/.github/workflows/install-and-deploy.yml@main
with:
node-version: "20.x"
cache: true
common-tests: false
publish: false
package: "packages/mercury"
install-svg-sass-generator:
uses: genexuslabs/design-systems/.github/workflows/install-and-deploy.yml@main
with:
node-version: "20.x"
cache: true
common-tests: false
publish: false
package: "packages/svg-sass-generator"