mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Migrate push workflow to yaml
This commit is contained in:
parent
bdb25aa609
commit
e18708243b
21
.github/workflows/push.yml
vendored
Normal file
21
.github/workflows/push.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
on: [push]
|
||||||
|
name: Check Irssi
|
||||||
|
jobs:
|
||||||
|
install:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: install
|
||||||
|
uses: irssi-import/actions-irssi/check-irssi@master
|
||||||
|
with:
|
||||||
|
args: before_install install
|
||||||
|
- name: unit_tests
|
||||||
|
uses: irssi-import/actions-irssi/check-irssi@master
|
||||||
|
with:
|
||||||
|
args: unit_tests after_unit_tests
|
||||||
|
- name: script
|
||||||
|
uses: irssi-import/actions-irssi/check-irssi@master
|
||||||
|
env:
|
||||||
|
TERM: xterm
|
||||||
|
with:
|
||||||
|
args: before_script script after_script
|
Loading…
Reference in New Issue
Block a user