Skip to content

PDT new branding updates #1486

PDT new branding updates

PDT new branding updates #1486

Workflow file for this run

name: Validation
on:
push:
branches:
- main
pull_request:
jobs:
verify:
name: Checksum check
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Use Node 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install deps
run: npm install
- name: Verify tokens
run: node ./.github/scripts/verify-tokens.mjs
- name: Verify chains
run: node ./.github/scripts/verify-chains.mjs