Skip to content

feat: add dateformat to native manifest #113

feat: add dateformat to native manifest

feat: add dateformat to native manifest #113

Workflow file for this run

name: Validate PR
on:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 22.x
- name: Install Dependencies
run: npm ci
- name: Validate PR
run: node scripts/validate-pr.ts