Skip to content

Commit

Permalink
configure: address ShellCheck reports and add ShellCheck job (bitlbee…
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Apr 16, 2023
1 parent 08964da commit 612b49d
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 113 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ env:
LD_LIBRARY_PATH: $HOME/otr/usr/lib/

jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
tests:
needs: shellcheck
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down
Loading

0 comments on commit 612b49d

Please sign in to comment.