Skip to content

feat: blank pages, folder structure and active links #405

feat: blank pages, folder structure and active links

feat: blank pages, folder structure and active links #405

Workflow file for this run

# name: Tests
# on:
# pull_request:
# branches:
# - '**'
# concurrency:
# cancel-in-progress: true
# group: ${{ github.head_ref }}
# jobs:
# ##############################################################################
# ## TEST APPLICATION
# ##############################################################################
# test:
# name: Test application
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: Node setup
# uses: actions/setup-node@v2
# with:
# node-version: '18'
# - name: Yarn cache setup
# uses: c-hive/gha-yarn-cache@v2
# - name: Install dependencies
# run: yarn --frozen-lockfile --prefer-offline
# - name: Run tests
# run: yarn test --coverage