2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-21 21:46:18 +00:00
repo/.github/workflows/main.yml
2020-01-23 18:44:02 +02:00

16 lines
244 B
YAML

name: Shellcheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
shopt -s nullglob
shellcheck */*/build */*/post-install