Skip to content

Add link to official LinkedIn to footer #1610

Add link to official LinkedIn to footer

Add link to official LinkedIn to footer #1610

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check