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
5ae5e9df3b
commit
d088753fca
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:
|
||||
|
||||
Reference in New Issue
Block a user