Skip to content

Add entrypoint Go binary #7

Add entrypoint Go binary

Add entrypoint Go binary #7

Workflow file for this run

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