mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Use github actions to test PRs
This commit is contained in:
parent
c8440d49d8
commit
597afa4043
1 changed files with 1 additions and 1 deletions
21
.github/workflows/push.yml
vendored
21
.github/workflows/push.yml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
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…
Add table
Add a link
Reference in a new issue