Skip to content

feat(fractal): updates fractal site footer component #565

feat(fractal): updates fractal site footer component

feat(fractal): updates fractal site footer component #565

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm run lint
build-bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm i && npm run build
working-directory: themes/bootstrap