Skip to content

fix: styling issues and updated content in footer and about section #100

fix: styling issues and updated content in footer and about section

fix: styling issues and updated content in footer and about section #100

Workflow file for this run

name: Development CI/CD
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
# Currently, not needed as netlify is used for deployment
# build:
# uses: ./.github/workflows/build.yml
# with:
# fail-on-error: true
prettier:
# needs: build
uses: ./.github/workflows/prettier.yml
with:
fail-on-error: true
eslint:
# needs: build
uses: ./.github/workflows/eslint.yml
with:
fail-on-error: true