Skip to content

feat(): support ios/md attribute of ion-icon #67

feat(): support ios/md attribute of ion-icon

feat(): support ios/md attribute of ion-icon #67

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
pull-requests: write
packages: write
# Automatically cancel in-progress actions on the same branch
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
run: pnpm install
- run: pnpm run test