chore: grammar on open source logger doc #156
Workflow file for this run
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: CI | |
| on: push | |
| jobs: | |
| test_build: | |
| name: Test Build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install | |
| uses: ./.github/actions/install | |
| - name: Assert Types | |
| run: npm run check-types | |
| - name: Assert Types | |
| run: npm run lint | |
| - name: Build website | |
| run: npm run build |