Skip to content

Commit a87ea57

Browse files
committed
Remove trailing whitespace
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 151d47b commit a87ea57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Always be deploying
22

33
on:
44
pull_request:
5-
paths-ignore:
5+
paths-ignore:
66
- 'README.md'
77
- '.editorconfig'
88
push:
99
paths-ignore:
1010
- 'README.md'
1111
- '.editorconfig'
1212
branches:
13-
- master
13+
- master
1414
tags:
1515
- "*.*.*"
1616

@@ -34,7 +34,7 @@ jobs:
3434
source-url: https://nuget.pkg.github.com/editorconfig/index.json
3535
env:
3636
NUGET_AUTH_TOKEN: ${{github.token}}
37-
37+
3838
- name: Build
3939
run: ./build.sh build -s true
4040
- name: Generate local nuget packages
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
GH_TOKEN: ${{ github.token }}
6262
run: ./build.sh createreleaseongithub -s true --token "$GH_TOKEN"
63-
63+
6464
- name: release to nuget.org
6565
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')
6666
env:

0 commit comments

Comments
 (0)