Skip to content

Commit 3f20266

Browse files
author
Christian Rebischke
authored
Merge pull request #56 from shibumi/shibumi/enable-github-actions
enable github actions support for PRs
2 parents 47cea29 + b6fa980 commit 3f20266

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: CI
1+
name: Github-Actions
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
vagrant-validation:
77

88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: install packer

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# arch-boxes
2-
[![Build Status](https://travis-ci.org/archlinux/arch-boxes.svg?branch=master)](https://travis-ci.org/archlinux/arch-boxes)
2+
[![Actions Status](https://github.com/archlinux/arch-boxes/workflows/CI/badge.svg)](https://github.com/archlinux/arch-boxes/actions)
33

44
Arch-boxes provides automated builds of the Arch Linux releases for
55
different providers and post-processors. Check the providers or post-processor sections if you want to know

0 commit comments

Comments
 (0)