Add Spheron in the cloud infrastructure section inside linea tooling #854
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: Check file name case | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
case: | |
name: Check for case being inconsistent | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
folder: ["docs"] | |
permissions: | |
contents: read | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Case check action | |
uses: Consensys/docs-gha/case@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
DOC_DIR: ${{ matrix.folder }} |