Ran autoformatter on Actions.qll

This commit is contained in:
Henti Smith
2022-09-30 09:24:12 +01:00
parent 700eaf5e41
commit 074fac8f2f

View File

@@ -93,7 +93,7 @@ module Actions {
/** Gets the value of the `if` field in this job, if any. */
JobIf getIf() { result.getJob() = this }
/** Gets the value of the `runs-on` field in this job. */
JobRunson getRunsOn() { result.getJob() = this }
}
@@ -124,7 +124,6 @@ module Actions {
Job getJob() { result = job }
}
/**
* A step within an Actions job.
* See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idsteps.