Skip to content

Commit

Permalink
chore: add spacing around inputs and remove outdated comments (#609)
Browse files Browse the repository at this point in the history
* style: add spacing

* chore: remove outdated comments
  • Loading branch information
hknutsen authored Dec 6, 2024
1 parent 853c4a3 commit 7d1aa56
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/azure-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down Expand Up @@ -62,7 +63,7 @@ permissions: {}
jobs:
azure-webapp:
name: Azure Web App
runs-on: ${{ inputs.runs_on }} # The steps for this job assume that OS is Ubuntu.
runs-on: ${{ inputs.runs_on }}
if: github.actor != 'dependabot[bot]'
environment:
name: ${{ inputs.environment }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
type: string
required: false
default: ubuntu-22.04

node_version:
description: The version of Node.js to install.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

environment:
description: The name of the GitHub environment that this job references.
type: string
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

dotnet_version:
description: The version of .NET to install.
type: string
Expand Down Expand Up @@ -71,8 +72,6 @@ permissions: {}
jobs:
dotnet:
name: .NET
# The steps for this job assume that OS is Ubuntu.
# Use the "runtime" input to specify target OS and architecture instead.
runs-on: ${{ inputs.runs_on }}
permissions:
contents: read # Required to checkout the repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

artifact_name:
description: The name of the artifact containing the site to deploy. Must contain a tarball.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mkdocs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
type: string
required: false
default: ubuntu-22.04

python_version:
description: The version of Python to install.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

python_version:
description: The version of Python to install.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
required: false
default: ubuntu-22.04

working_directory:
description: The path of the directory containing the Python application.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
type: string
required: false
default: ubuntu-22.04

branches:
description: A newline-separated string of branches to release on.
type: string
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ubuntu-22.04

filter_regex_exclude:
description: Exclude files from linting using a regex pattern.
type: string
Expand Down

0 comments on commit 7d1aa56

Please sign in to comment.