Skip to content

docs(README.md): add 'Built With' section with technology badges #20

docs(README.md): add 'Built With' section with technology badges

docs(README.md): add 'Built With' section with technology badges #20

Workflow file for this run

name: Build Version
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install
- name: Generate Build Version
run: yarn generate-version
- name: Build Application
run: yarn build