Skip to content

feat(heatmap): SDS Heatmap init #487

feat(heatmap): SDS Heatmap init

feat(heatmap): SDS Heatmap init #487

Workflow file for this run

# .github/workflows/namespace-check.yml
name: "Namespace Check"
on:
push:
branches-ignore:
- prod
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Build component library in dist/
run: yarn build
- name: Namespace Checking
run: yarn namespace-check