mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-01-14 22:01:33 +01:00
add Github Actions
Signed-off-by: Christian Rebischke <chris@nullday.de>
This commit is contained in:
parent
3a7de54a80
commit
82340e87fa
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Github-Actions
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: make ci-test
|
||||
run: make ci-test
|
||||
Loading…
x
Reference in New Issue
Block a user