Skip to content

feat(EVES-003): add EVM/ERC-721 token metadata support #110

feat(EVES-003): add EVM/ERC-721 token metadata support

feat(EVES-003): add EVM/ERC-721 token metadata support #110

name: Prose Lint
on:
pull_request:
paths:
- "**/*.md"
- ".vale.ini"
jobs:
vale:
name: Vale
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Vale
uses: errata-ai/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2.2.0
with:
reporter: github-pr-check
fail_on_error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}