TDIFF - SPECTRUM 1 #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TDIFF - SPECTRUM 1 | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
tdiff: | |
uses: ./.github/workflows/_tdiff.yml | |
with: | |
root: main # the spectrum-tokens data we want to compare against (branch of the repo) | |
secrets: inherit |