Skip to content

Fix crash in Country field when typing without selection #434

Fix crash in Country field when typing without selection

Fix crash in Country field when typing without selection #434

Workflow file for this run

name: PR Checks
on:
pull_request_target:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout PR code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Install dependencies
run: npm ci
- name: Run basic checks
run: |
echo "Running safe checks (no secrets required)..."
npm run lint