mirror of
https://github.com/offa/android-foss.git
synced 2026-07-21 17:35:38 +02:00
Github Actions added (#124).
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: ci
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Check
|
||||
run: ./check.sh
|
||||
Reference in New Issue
Block a user