Skip to content

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

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

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

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
check:
name: Check
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 tests
run: bun run ci