feat: add footer links in sidebar #367
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: Build Check | |
| description: Check build without exporting | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v3 | |
| - name: Build check | |
| uses: aleph-im/aleph-github-actions/build-nextjs-app@v1 | |
| with: | |
| fa-token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }} | |
| export: false | |
| node-version: 25.1.0 |