Skip to content

feat: Adding Initial Components from Sandbox Repo #3

feat: Adding Initial Components from Sandbox Repo

feat: Adding Initial Components from Sandbox Repo #3

Workflow file for this run

name: Branches
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
semanticRelease:
name: Validate Semantic Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
project:
name: Validate Build
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- run: npm ci
- name: UI TypeScript Error Free
run: npx vue-tsc --noEmit