Skip to content

Commit

Permalink
Move the blank line after "steps:"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 3, 2024
1 parent dca63d6 commit 489d91e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_snapshot_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ permissions:
jobs:
update:
runs-on: ubuntu-latest

steps:

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency_graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ permissions:
jobs:
dependency-submission:
runs-on: ubuntu-latest

steps:

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
env:
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}

steps:

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permissions:
jobs:
stale:
runs-on: ubuntu-latest

steps:

- uses: actions/stale@v9
with:
stale-issue-message: |
Expand Down

0 comments on commit 489d91e

Please sign in to comment.