Skip to content

Merge pull request #461 from lindsay-qive/fix/cnpj-alfanumerico-sanitize #503

Merge pull request #461 from lindsay-qive/fix/cnpj-alfanumerico-sanitize

Merge pull request #461 from lindsay-qive/fix/cnpj-alfanumerico-sanitize #503

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run build
run: bun run build