Skip to content

Merge pull request #338 from mkobayashime/renovate/dependencies-(patch) #1362

Merge pull request #338 from mkobayashime/renovate/dependencies-(patch)

Merge pull request #338 from mkobayashime/renovate/dependencies-(patch) #1362

Workflow file for this run

on: push
name: CI
env:
TZ: Asia/Tokyo
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: make node_modules
- run: make lint
- run: make typecheck
run:
name: Run
runs-on: ubuntu-latest
timeout-minutes: 30
env:
HEADLESS: true
FORCE_FULL_FETCH: true
FEED_ITEMS_NUMBER: 2
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: make node_modules
- run: make run