2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

Use GitHub Actions for CI.

This is merely a test.
This commit is contained in:
black 2019-08-23 07:20:07 +00:00 committed by GitHub
parent c7b6425984
commit 54e0e879f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: shellcheck -e 2034 */*/build */*/post-install