Skip to content

Commit

Permalink
Fix lint in gh actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Dec 12, 2020
1 parent 47da04a commit 43bab63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dependencies-cache-enabled: true
arguments: check --stacktrace
macos-tests:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: eskatos/gradle-command-action@v1
Expand All @@ -36,7 +36,7 @@ jobs:

deploy-mac-and-linux:
needs: [ linux-tests, macos-tests, windows-tests ]
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Fetch git tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dependencies-cache-enabled: true
arguments: check --stacktrace
macos-tests:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: eskatos/gradle-command-action@v1
Expand Down

0 comments on commit 43bab63

Please sign in to comment.