Skip to content

Commit daec412

Browse files
authored
Use recommended YAML extension (#821)
1 parent b64e786 commit daec412

15 files changed

+13
-13
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: CMake checks
99
on:
1010
pull_request:
1111
paths:
12-
- '.github/workflows/cmake-checks.yml'
12+
- '.github/workflows/cmake-checks.yaml'
1313
- 'CMakeLists.txt'
1414
- '**/CMakeLists.txt'
1515
- '**.cmake'
@@ -18,7 +18,7 @@ on:
1818
branches:
1919
- main
2020
paths:
21-
- '.github/workflows/cmake-checks.yml'
21+
- '.github/workflows/cmake-checks.yaml'
2222
- 'CMakeLists.txt'
2323
- '**/CMakeLists.txt'
2424
- '**.cmake'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ name: Markdown checks
99
on:
1010
pull_request:
1111
paths:
12-
- '.github/workflows/markdown-checks.yml'
12+
- '.github/workflows/markdown-checks.yaml'
1313
- '**.md'
1414
push:
1515
branches:
1616
- main
1717
paths:
18-
- '.github/workflows/markdown-checks.yml'
18+
- '.github/workflows/markdown-checks.yaml'
1919
- '**.md'
2020
workflow_dispatch:
2121

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ name: Python checks
99
on:
1010
pull_request:
1111
paths:
12-
- '.github/workflows/python-checks.yml'
12+
- '.github/workflows/python-checks.yaml'
1313
- '**.py'
1414
- 'bin/trailing_spaces'
1515
push:
1616
branches:
1717
- main
1818
paths:
19-
- '.github/workflows/python-checks.yml'
19+
- '.github/workflows/python-checks.yaml'
2020
- '**.py'
2121
- 'bin/trailing_spaces'
2222
workflow_dispatch:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Shell checks
99
on:
1010
pull_request:
1111
paths:
12-
- '.github/workflows/shell-checks.yml'
12+
- '.github/workflows/shell-checks.yaml'
1313
- '**.sh'
1414
- 'bin/applyreuse'
1515
- 'docker/*/bash_run'

0 commit comments

Comments
 (0)