Changeset 612b49d for .github


Ignore:
Timestamp:
2023-04-16T03:18:07Z (12 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
53cd518
Parents:
08964da
git-author:
Robert Scheck <robert-scheck@…> (16-04-23 03:18:07)
git-committer:
GitHub <noreply@…> (16-04-23 03:18:07)
Message:

configure: address ShellCheck reports and add ShellCheck job (#189)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/test.yaml

    r08964da r612b49d  
    1010
    1111jobs:
     12  shellcheck:
     13    runs-on: ubuntu-latest
     14    steps:
     15    - name: Checkout code
     16      uses: actions/checkout@v3
     17    - name: Run ShellCheck
     18      uses: ludeeus/action-shellcheck@master
    1219  tests:
     20    needs: shellcheck
    1321    runs-on: ubuntu-latest
    14 
    1522    steps:
    1623    - uses: actions/checkout@v3
Note: See TracChangeset for help on using the changeset viewer.