Skip to content

feat: message for non downloadable apps #16

feat: message for non downloadable apps

feat: message for non downloadable apps #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- "README.md"
- ".github/README.md"
pull_request:
paths-ignore:
- "README.md"
- ".github/README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
permissions:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout Source Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint