Skip to content

feat: support custom imageoptim app path #12

feat: support custom imageoptim app path

feat: support custom imageoptim app path #12

Workflow file for this run

name: verify
on:
pull_request:
push:
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 20.x
- name: Install
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
env:
FORCE_COLOR: 3
TERM: xterm-256color
- name: Lint
run: yarn lint
env:
FORCE_COLOR: 3
TERM: xterm-256color