Skip to content

Commit 2e196ec

Browse files
Merge pull request #511 from jacobwilliams/510-standards-violations
fixed a minor standards violation
2 parents 99a8bd4 + 444a612 commit 2e196ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66

src/json_value_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7985,7 +7985,7 @@ subroutine add_to_path(str,path_sep)
79857985
!! prepend the string to the path
79867986
implicit none
79877987
character(kind=CK,len=*),intent(in) :: str !! string to prepend to `path`
7988-
character(kind=CK,len=1),intent(in),optional :: path_sep
7988+
character(kind=CK,len=*),intent(in),optional :: path_sep
79897989
!! path separator (default is '.').
79907990
!! (ignored if `json%path_mode/=1`)
79917991

0 commit comments

Comments
 (0)