Skip to content

Commit 0a66251

Browse files
committed
ci(workflows): fix indentation
1 parent c3a733b commit 0a66251

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ documentation:
33
- changed-files:
44
- any-glob-to-any-file: [doc/source/**/*, README.md]
55

6-
maintenance :
6+
maintenance:
77
- changed-files:
88
- any-glob-to-any-file: [.github/**/*, pyproject.toml, tox.ini, .pre-commit-config.yaml]
99

10-
testing :
10+
testing:
1111
- changed-files:
1212
- any-glob-to-any-file: [tests/*]

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: GitHub CI
33

4-
on :
4+
on:
55
pull_request:
66
workflow_dispatch:
77
push:
@@ -10,7 +10,7 @@ on :
1010
branches:
1111
- main
1212

13-
env :
13+
env:
1414
PACKAGE_NAME: ansys-tools-common
1515
MAIN_PYTHON_VERSION: 3.13
1616
DOCUMENTATION_CNAME: tools.docs.pyansys.com

.github/workflows/label.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name : Labeler
3-
on :
2+
name: Labeler
3+
on:
44
pull_request:
55
# opened, reopened, and synchronize are default for pull_request
66
# edited - when PR title or body is changed
@@ -15,7 +15,7 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

18-
jobs :
18+
jobs:
1919

2020
label-syncer:
2121
name: Syncer

.github/workflows/run_mapdl_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: MAPDL dependent tests for paths tool
33

4-
on :
4+
on:
55
pull_request:
66
workflow_dispatch:
77
push:
@@ -10,7 +10,7 @@ on :
1010
branches:
1111
- main
1212

13-
env :
13+
env:
1414
PACKAGE_NAME: ansys-tools-common
1515
MAIN_PYTHON_VERSION: 3.13
1616

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
rev: 0.2.1
66
hooks:
77
- id: yamlfmt
8-
args: [--mapping, '2', --sequence, '2', --offset, '0', --colons]
8+
args: [--mapping, '2', --sequence, '2', --offset, '0']
99

1010
- repo: https://github.com/tox-dev/pyproject-fmt
1111
rev: v2.8.0

0 commit comments

Comments
 (0)