8000 fix image brightness (#28) · hafaio/repub@5ebb94a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix image brightness (#28) #50

fix image brightness (#28)

fix image brightness (#28) #50

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun fmt --check
- run: bun lint
- run: bun test
- run: bun export:bundle
- run: bun export:options
0