forked from latchset/pkcs11-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (41 loc) · 905 Bytes
/
shellcheck.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
name: Shellcheck
permissions: {}
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: >-
tbasic
tcerts
tdemoca
tdigest
tecc
tecdh
tecxc
tedwards
test-wrapper
thkdf
toaepsha2
top_state
tpem_encoder
tpubkey
trand
trsapss
ttls
turi
check_together: 'yes'
env:
# The expressions in the ossl macro are not expanded
# We use tests as default source path
SHELLCHECK_OPTS: -e SC2016 -P tests