Skip to content

Commit a10a22d

Browse files
committed
Standard indentation in workflow files
1 parent b662457 commit a10a22d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/misspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: misspell
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * 4'
6+
- cron: '0 0 * * 4'
77

88
jobs:
99
build:

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Validate PR
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- main
77
paths-ignore:
8-
- README.md
9-
- LICENSE
10-
- CHANGELOG.md
11-
- docs/**
8+
- README.md
9+
- LICENSE
10+
- CHANGELOG.md
11+
- docs/**
1212

1313
jobs:
1414
Build:

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Build and Publish
33
on:
44
push:
55
# branches:
6-
# - main
6+
# - main
77
tags:
8-
- '*'
8+
- '*'
99
paths-ignore:
10-
- README.md
11-
- LICENSE
12-
- CHANGELOG.md
13-
- docs/**
10+
- README.md
11+
- LICENSE
12+
- CHANGELOG.md
13+
- docs/**
1414

1515
jobs:
1616
Build:

0 commit comments

Comments
 (0)