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

16 lines
244 B
YAML
Raw Normal View History

2019-08-23 10:22:25 +00:00
name: Shellcheck
2019-11-07 23:06:54 +00:00
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
2019-08-23 10:22:25 +00:00
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
2019-08-23 10:33:45 +00:00
run: |
shopt -s nullglob
2019-09-12 07:31:48 +00:00
shellcheck */*/build */*/post-install