Skip to content

Commit

Permalink
Merge pull request #5 from rollandf/check
Browse files Browse the repository at this point in the history
Add shell checker
  • Loading branch information
e0ne authored Nov 7, 2024
2 parents 69d08d6 + 683968f commit ee2a4b5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test DOCA Driver Build

on: [push, pull_request]

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:

shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error

0 comments on commit ee2a4b5

Please sign in to comment.