Skip to content

fix(styles): refactor Illustrated Messages to latest design [ci visual] #2308

fix(styles): refactor Illustrated Messages to latest design [ci visual]

fix(styles): refactor Illustrated Messages to latest design [ci visual] #2308

Workflow file for this run

name: PR Checks
on:
pull_request:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
commit-lint:
runs-on: ubuntu-latest
name: Lint commit message
steps:
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v3
install-lint-build:
runs-on: ubuntu-latest
name: Install, Lint, Build
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/cache@v4.0.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- uses: ./.github/actions/nodejs
name: Install dependencies
- run: yarn run lint
- run: yarn run build:prod
- run: yarn run size