Skip to content

Feature/rework text pages #87

Feature/rework text pages

Feature/rework text pages #87

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build & Lint
run: |
npm ci
npm run build
npm run lint