Skip to content

feat(EbaySvg): Support list of icons to render #634

feat(EbaySvg): Support list of icons to render

feat(EbaySvg): Support list of icons to render #634

Workflow file for this run

name: Pull Request
on:
pull_request
permissions:
contents: write
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/build
- uses: ./.github/actions/test
analyze:
name: Analyze
needs: build-test
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/analyze