8000 [TASK] Remove trailing spaces (#18) · openmsa/commit-message-checker@6041496 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6041496

Browse files
authored
[TASK] Remove trailing spaces (GsActions#18)
1 parent ec93942 commit 6041496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
run: |
1818
npm install
1919
npm run all
20-
20+
2121
test: # make sure the action works on a clean machine without building
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v1
2525
- uses: ./
26-
with:
26+
with:
2727
pattern: '\[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'
2828
error: 'Your first line has to contain a commit type like "[BUGFIX]".'

src/input-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async function getCommitMessagesFromPullRequest(
163163

164164
const body = {
165165
query: `
166-
query{
166+
query{
167167
repository(owner: "${repo.owner.name}", name:"${repo.name}") {
168168
pullRequest(number: ${pullRequest.number}) {
169169
commits (last: 100) {

0 commit comments

Comments
 (0)
0