Skip to content

[WIP] - Theme Folder and Tailwind Integration #13

[WIP] - Theme Folder and Tailwind Integration

[WIP] - Theme Folder and Tailwind Integration #13

name: Static Analytics
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
static-analytics:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Packages Install
run: npm ci
- name: Static Check
run: npm run check