Skip to content

chore: add github actions workflows #1

chore: add github actions workflows

chore: add github actions workflows #1

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: bun install
- name: Run ESLint
run: bun lint