Skip to content

Fix typo Update white-paper #223

Fix typo Update white-paper

Fix typo Update white-paper #223

Workflow file for this run

name: CI
on:
pull_request:
paths:
- white-paper.md
- metadata.yml
- 'i18n/**'
- 'img/**'
- .github/workflows/ci.yml
- Makefile
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
compile:
uses: ./.github/workflows/make.yml
secrets: inherit