Skip to content

fix: Add index.html redirect, historical version aliases, timestamp placeholder, and bump to 1.3.1 #23

fix: Add index.html redirect, historical version aliases, timestamp placeholder, and bump to 1.3.1

fix: Add index.html redirect, historical version aliases, timestamp placeholder, and bump to 1.3.1 #23

Workflow file for this run

name: PR Validation
on:
pull_request:
branches: [main]
paths:
- "tokens/**"
- "src/**"
- "tests/**"
- "package.json"
- "package-lock.json"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Validate token list
run: npm run validate