Skip to content

mackey0225/20220914_lt_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

20220914_lt_automation

概要

LT会向けの説明用サンプル

GitHub Actions で画像変換を行うことを試すために作成。

使い方としては、 Actionsのトリガーを

on:
  pull_request:
    paths: [ "image/input/**.png" ]

としているので、

  • image/input ディレクトリにPNG画像の配置
  • プルリクの作成 が条件となる。

実行される処理は大きく以下である。

  1. 変換前画像の退避
  2. 画像変換(かんたんのため、ネガポジ反転のみ)
  3. 変換前画像の削除

生成物として

  1. image/checked/ 配下の変換前画像 (※タイムスタンプはActions実行時間)
  2. image/output 配下の変換後画像

上記の処理と生成物がプルリクに反映されるので、 差分チェックし、マージすることで変換後の画像をプルリク先のブランチに格納される。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages