forked from kiss-community/repo
Use GitHub Actions for CI.
This is merely a test.
This commit is contained in:
parent
c7b6425984
commit
54e0e879f9
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