Formatting improvements (#134)

* formatting improvements

* .yml triggers
This commit is contained in:
Sebastian Raschka
2024-04-28 12:05:32 -05:00
committed by GitHub
parent 9a5d4d8ac9
commit ca47c5e4b2
4 changed files with 15 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
name: Code tests on Linux
name: Code tests (Linux)
on:
push:
@@ -7,6 +7,7 @@ on:
- '**/*.py' # Run workflow for changes in Python files
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
pull_request:
branches: [ main ]
@@ -14,6 +15,7 @@ on:
- '**/*.py'
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
jobs:

View File

@@ -1,4 +1,4 @@
name: Code tests on macOS
name: Code tests (macOS)
on:
push:
@@ -7,6 +7,7 @@ on:
- '**/*.py' # Run workflow for changes in Python files
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
pull_request:
branches: [ main ]
@@ -14,6 +15,7 @@ on:
- '**/*.py'
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
jobs:

View File

@@ -1,4 +1,4 @@
name: Code tests on Windows
name: Code tests (Windows)
on:
push:
@@ -7,6 +7,7 @@ on:
- '**/*.py' # Run workflow for changes in Python files
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
pull_request:
branches: [ main ]
@@ -14,6 +15,7 @@ on:
- '**/*.py'
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
jobs: