mirror of
https://github.com/quantum5/i3bgwin.git
synced 2025-04-24 21:52:03 -04:00
Add GitHub Actions CI
This commit is contained in:
parent
c4648a0c03
commit
b436a047bb
9
.github/workflows/build.yml
vendored
Normal file
9
.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: build
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: make
|
||||||
|
run: make
|
Loading…
Reference in a new issue