Skip to content

feat: adds tools for handling brazilian passports #539

feat: adds tools for handling brazilian passports

feat: adds tools for handling brazilian passports #539

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'pull_request' }}
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
with:
cache: true
- name: Run build
run: vp run build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: dist
path: dist