feat: improve reporting and skip xero-webhooks.yaml (for now) #116
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: Spectral Lint | |
| on: [push, pull_request] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-node@v3 | |
| - name: Install yarn | |
| run: npm install -g yarn | |
| - name: yarn | |
| working-directory: ./validator | |
| run: yarn install --immutable | |
| - name: spectral-lint | |
| working-directory: ./validator | |
| run: yarn lint |