Update VinuChain & VinuChain Testnet #3389
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: prettier review | |
on: [pull_request] | |
jobs: | |
prettier: | |
name: runner / prettier | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: bryant-finney/[email protected] | |
with: | |
github_token: ${{ secrets.PAT }} | |
reporter: github-pr-review | |
prettier_flags: '_data/*/*.json' |