Bump fast-uri from 3.1.0 to 3.1.2 in /frontend #827
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: On Pull Request | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Deployment stub | |
| run: | | |
| echo "🚧 Deployment is temporarily disabled" | |
| echo "This is a stub to prevent job failure" | |
| echo "Tag: ${{ github.ref_name }}" | |
| echo "Repository: ${{ github.repository }}" | |
| # jobs: | |
| # build: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: actions/checkout@v4 | |
| # - name: Install deps | |
| # run: | | |
| # make install | |
| # - name: Run lint | |
| # run: | | |
| # make lint | |
| # - name: Run tests | |
| # run: | | |
| # make test |