Skip to content

addded X icon using svg from https://icons.getbootstrap.com/icons/twi… #170

addded X icon using svg from https://icons.getbootstrap.com/icons/twi…

addded X icon using svg from https://icons.getbootstrap.com/icons/twi… #170

Workflow file for this run

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