forked from kiss-community/repo
Merge branch 'master' of github.com:kisslinux/repo
This commit is contained in:
commit
94cb54166c
13
.github/workflows/main.yml
vendored
Normal file
13
.github/workflows/main.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user