Skip to content

feat(icon-button): add icon-button component & demos #10

feat(icon-button): add icon-button component & demos

feat(icon-button): add icon-button component & demos #10

Workflow file for this run

name: Build + Test
on:
push:
branches:
- main
pull_request:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/reusable-build.yaml
test:
name: Test
needs: build
uses: ./.github/workflows/reusable-test.yaml
with:
result-artifact-url: ${{ needs.build.outputs.artifact-url }}
run-coverage: true