aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 2425e2637acbd59423b4479d2f2f844cac564c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Shellcheck

on: [push]

jobs:
    build:

        runs-on: ubuntu-latest

        steps:
            - uses: actions/checkout@v1
            - name: Run shellcheck.
              run: shellcheck -e 2030,2031 kiss