Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
Remove trailing spaces in actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
XIAYM-gh committed Jul 29, 2023
1 parent d325c78 commit 9bc8561
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Gradle CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Gradle CI

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push and pull request events but only for the master branch
push:
Expand All @@ -14,11 +14,8 @@ on:
workflow_dispatch:

jobs:

build:

name: Gradle-Build

# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit 9bc8561

Please sign in to comment.