Skip to content

Commit 272bf3b

Browse files
author
Mike Coutermarsh
authored
Merge pull request actions#168 from josh/ws
Trim trailing whitespace
2 parents c7da5a7 + 24f2f86 commit 272bf3b

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

automation/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
steps:
1010
- uses: actions/labeler@v2
1111
with:
12-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

automation/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
stale:
99

1010
runs-on: ubuntu-latest
11-
11+
1212
steps:
1313
- uses: actions/stale@v1
1414
with:

ci/ant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push]
44

55
jobs:
66
build:
7-
7+
88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Set up JDK 1.8

ci/asp.net-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Setup .NET Core

ci/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Run a one-line script

ci/clojure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push]
44

55
jobs:
66
build:
7-
7+
88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Install dependencies

ci/crystal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
9+
1010
container:
1111
image: crystallang/crystal
12-
12+
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Install dependencies

ci/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
9+
1010
container:
1111
image: google/dart:latest
12-
12+
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Install dependencies

ci/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on: [push]
55
jobs:
66

77
build:
8-
8+
99
runs-on: ubuntu-latest
10-
10+
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Build the Docker image

ci/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
7+
88
runs-on: ubuntu-latest
99

1010
steps:

ci/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push]
44

55
jobs:
66
build:
7-
7+
88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Set up JDK 1.8

0 commit comments

Comments
 (0)