mirror of
https://github.com/YuzuZensai/Discord-Mobile-Playing-CLI.git
synced 2026-09-13 14:49:04 +00:00
👷 ci: added ci
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
- run: bun install --frozen-lockfile
|
||||
|
||||
- run: bun run typecheck
|
||||
|
||||
- run: bun run lint
|
||||
|
||||
- run: bun run format
|
||||
Reference in New Issue
Block a user