mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 11:10:08 -07:00
54e0e879f9
This is merely a test.
14 lines
198 B
YAML
14 lines
198 B
YAML
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
|