mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Ran autoformatter on Actions.qll
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user