Skip to content

Bump fast-uri from 3.1.0 to 3.1.2 in /frontend #827

Bump fast-uri from 3.1.0 to 3.1.2 in /frontend

Bump fast-uri from 3.1.0 to 3.1.2 in /frontend #827

Workflow file for this run

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