Skip to content

Implement PQ PSK

Implement PQ PSK #1571

Workflow file for this run

---
name: Shellcheck - Lint shell scripts
on:
pull_request:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
ignore_paths: >-
./android/gradlew
env:
SHELLCHECK_OPTS: --external-sources