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

Merge branch 'master' of github.com:kisslinux/repo

This commit is contained in:
Dylan Araps 2019-08-23 10:20:42 +00:00
commit 94cb54166c

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