Skip to content

Renewed Portfolio to v2.0.0 - New Design, UI, Performance Enhancement… #1088

Renewed Portfolio to v2.0.0 - New Design, UI, Performance Enhancement…

Renewed Portfolio to v2.0.0 - New Design, UI, Performance Enhancement… #1088

Workflow file for this run

name: Continuous Integration
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
name: Run Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prettify code
uses: creyD/[email protected]