feat: enhance breadcrumb JSON-LD structure with additional person data #280
This file contains hidden or 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 | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - production | |
| jobs: | |
| check-bats-version: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-node@v3 | |
| with: | |
| node-version: '16' | |
| - run: npx prettier ./src --write | |
| - run: echo code become more prettier... | |