mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Formatting improvements (#134)
* formatting improvements * .yml triggers
This commit is contained in:
committed by
GitHub
parent
9a5d4d8ac9
commit
ca47c5e4b2
4
.github/workflows/basic-tests-linux.yml
vendored
4
.github/workflows/basic-tests-linux.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/basic-tests-macos.yml
vendored
4
.github/workflows/basic-tests-macos.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/basic-tests-windows.yml
vendored
4
.github/workflows/basic-tests-windows.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user