Skip to content

TQLG-416: create a visibility mechanism #18

TQLG-416: create a visibility mechanism

TQLG-416: create a visibility mechanism #18

Workflow file for this run

name: 'Test package'
on: ['pull_request']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run lint
run: bun run lint