Update oracles to add Switchboard (with new docs links).mdx #1
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: Run linters | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - "**" | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| env: | |
| CI_RUN: true | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ./.github/actions/prepare-runner | |
| - run: pnpm sync | |
| - run: pnpm lint |