Skip to content

Commit 823925f

Browse files
authored
style: format workflows with Prettier (#560)
1 parent ad04950 commit 823925f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/azure-function.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: github.actor != 'dependabot[bot]'
5656
environment: ${{ inputs.environment }}
5757
permissions:
58-
contents: read # Required to checkout the repository
58+
contents: read # Required to checkout the repository
5959
id-token: write # Required to login to Azure using OIDC
6060

6161
steps:

.github/workflows/azure-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
url: ${{ steps.deploy.outputs.webapp-url }}
6565

6666
permissions:
67-
contents: read # Required to checkout the repository
67+
contents: read # Required to checkout the repository
6868
id-token: write # Required to login to Azure using OIDC
6969

7070
steps:

.github/workflows/docker-acr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: github.actor != 'dependabot[bot]'
6060
environment: ${{ inputs.environment }}
6161
permissions:
62-
contents: read # Required to checkout the repository
62+
contents: read # Required to checkout the repository
6363
id-token: write # Required to login to Azure using OIDC
6464

6565
env:

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cancel-in-progress: false
2121

2222
permissions:
23-
pages: write # Required to deploy to GitHub Pages
23+
pages: write # Required to deploy to GitHub Pages
2424
id-token: write # Required to verify that GitHub Pages deployment originates from appropriate source
2525

2626
environment:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Release Please
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: write # Required to update changelog file
15+
contents: write # Required to update changelog file
1616
pull-requests: write # Required to create release PRs
1717
steps:
1818
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f

0 commit comments

Comments
 (0)