mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Add Circle CI config file with ShellCheck step
This commit is contained in:
parent
c18ee4ae1b
commit
d97d2512a8
10
.circleci/config.yml
Normal file
10
.circleci/config.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: 2.1
|
||||||
|
|
||||||
|
orbs:
|
||||||
|
shellcheck: circleci/shellcheck@1.3.14
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
ci:
|
||||||
|
jobs:
|
||||||
|
- shellcheck/check:
|
||||||
|
pattern: psu
|
Loading…
Reference in New Issue
Block a user