Skip to content

ArchLinuxJP/archtrans-jp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archlinux.orgのニュース更新があれば自動翻訳して、slackに投稿するgithub-actionsです。更新は、1時間おきにチェックします。

なお、archlinux.jpがニュースを既に更新している場合、jpのnews-urlをslackに投稿します。

  • google app script

  • github actions

# test
$ ./archtrans.sh "$GOOGLE_SCRIPT_URL" t

cron

スケジュールされたワークフローを実行できる最短のインターバルは5分ごとです。以下は15分おきに実行する例。

on:
  schedule:
    # * is a special character in YAML so you have to quote this string
    - cron:  '*/15 * * * *'

https://help.github.com/ja/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows

xq

xqというコマンドラインツール依存です。

$ go get -v github.com/syui/xq

test

$ git clone https://github.com/ArchLinuxJP/archtrans-jp
$ cd archtrans-jp
$ git checkout test
$ git push -u origin test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published