donkirkby/live-py-plugin

Test Emacs version on GitHub Actions

開放

#309 建立於 2021年7月2日

 (0 則留言) (0 個反應) (0 位負責人)Python (63 個分叉)auto 404
enhancementhelp wanted

倉庫指標

星標
 (302 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

What I did

Added the Emacs ERT tests to the GitHub Actions workflow, after TravisCI stopped working.

What happened

It complained with this error:

emacs: standard input is not a tty

What I wanted to happen

Run the way it used to on Travis.

Analysis

I found a bunch of actions to help:

  • setup emacs
  • emacs lisp check I haven't tried it yet, but it looks like it can run ERT.
  • cask I used it on Travis, but I think it's not needed with setup emacs.
  • There's some discussion on actions/runner#241. That's where I learned about script and scriptreplay.

貢獻者指南