Skip to content

feat: add component to tag prop types #445

feat: add component to tag prop types

feat: add component to tag prop types #445

Workflow file for this run

name: Build Oruga
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 24
matrix:
node-version: [16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} 🪢
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies 📦
run: npm install && npm run bootstrap
- name: Run tests 🧪
run: npm run ci:oruga
- name: Upload coverage 📈
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: oruga