Skip to content

Commit 074fac8

Browse files
committed
Ran autoformatter on Actions.qll
1 parent 700eaf5 commit 074fac8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/lib/semmle/javascript/Actions.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module Actions {
9393

9494
/** Gets the value of the `if` field in this job, if any. */
9595
JobIf getIf() { result.getJob() = this }
96-
96+
9797
/** Gets the value of the `runs-on` field in this job. */
9898
JobRunson getRunsOn() { result.getJob() = this }
9999
}
@@ -124,7 +124,6 @@ module Actions {
124124
Job getJob() { result = job }
125125
}
126126

127-
128127
/**
129128
* A step within an Actions job.
130129
* See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idsteps.

0 commit comments

Comments
 (0)