KChad commited on
Commit
5bb25df
·
1 Parent(s): 42d0b80

some readme changes

Browse files
Files changed (1) hide show
  1. README.md +1 -13
README.md CHANGED
@@ -254,23 +254,11 @@ Prompt-injection-env/
254
  - [openenv.yaml](/C:/Users/Admin/Desktop/My%20projects/Prompt-injection-env/openenv.yaml)
255
  Environment metadata for OpenEnv packaging and deployment.
256
 
257
- ### Pre-submission checks
258
 
259
- Run the local validator before pushing a submission:
260
-
261
- ```bash
262
- python pre_submission_check.py
263
- ```
264
-
265
- If you only want structural checks without starting a local server:
266
-
267
- ```bash
268
- python pre_submission_check.py --skip-runtime
269
- ```
270
 
271
  ### CI and sync
272
 
273
- The repo now includes GitHub workflows for:
274
 
275
  - continuous integration in [.github/workflows/ci.yml](/C:/Users/Admin/Desktop/My%20projects/Prompt-injection-env/.github/workflows/ci.yml)
276
  - syncing `main` to Hugging Face Spaces in [.github/workflows/sync.yml](/C:/Users/Admin/Desktop/My%20projects/Prompt-injection-env/.github/workflows/sync.yml)
 
254
  - [openenv.yaml](/C:/Users/Admin/Desktop/My%20projects/Prompt-injection-env/openenv.yaml)
255
  Environment metadata for OpenEnv packaging and deployment.
256
 
 
257
 
 
 
 
 
 
 
 
 
 
 
 
258
 
259
  ### CI and sync
260
 
261
+ Includes GitHub workflows for:
262
 
263
  - continuous integration in [.github/workflows/ci.yml](/C:/Users/Admin/Desktop/My%20projects/Prompt-injection-env/.github/workflows/ci.yml)
264
  - syncing `main` to Hugging Face Spaces in [.github/workflows/sync.yml](/C:/Users/Admin/Desktop/My%20projects/Prompt-injection-env/.github/workflows/sync.yml)