Skip to content

Commit 43216d2

Browse files
authored
Merge pull request #32 from mcdonnnj/improvement/remove_trailing_whitespace
Remove trailing whitespace from the `test.yml` workflow
2 parents f226900 + 7e1641a commit 43216d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os:
1515
- ubuntu-latest # eventually will pick up the next version and test it
1616
- ubuntu-24.04 # beta
17-
- ubuntu-22.04 # ubuntu-latest
17+
- ubuntu-22.04 # ubuntu-latest
1818
- ubuntu-20.04
1919
- macos-latest # eventually will pick up the next version and test it
2020
- macos-14 # macos-latest
@@ -25,9 +25,9 @@ jobs:
2525

2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- uses: GitHubSecurityLab/actions-permissions/monitor@main
28+
- uses: GitHubSecurityLab/actions-permissions/monitor@main
2929
- uses: actions/checkout@v4
30-
30+
3131
# test github-script CA
3232
- name: github-script
3333
uses: actions/github-script@v7
@@ -38,7 +38,7 @@ jobs:
3838
owner: context.repo.owner,
3939
repo: context.repo.repo,
4040
});
41-
41+
4242
# test gh CA
4343
- name: gh api
4444
env:

0 commit comments

Comments
 (0)