2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/.github/workflows/main.yml
2020-02-19 14:14:51 +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