Skip to content

Switch crypto module to uuid #3

Switch crypto module to uuid

Switch crypto module to uuid #3

name: Format and Lint, Type check
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run check
run: bun run check