mirror of
https://github.com/iptv-org/iptv
synced 2026-07-10 01:07:20 -04:00
Create .github/docs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Workflows
|
||||
|
||||
To automate running the [scripts](./scripts.md), we use [GitHub Actions workflows](https://docs.github.com/en/actions/using-workflows).
|
||||
|
||||
Each workflow includes its own set of scripts that can be run either manually or in response to a repository event.
|
||||
|
||||
## check
|
||||
|
||||
Sequentially runs the `api:load`, `playlist:lint`, and `playlist:validate` scripts whenever a new pull request is opened, blocking the merge if it detects any errors.
|
||||
|
||||
## format
|
||||
|
||||
Sequentially runs the `api:load`, `playlist:format`, `playlist:lint`, and `playlist:validate` scripts.
|
||||
|
||||
## update
|
||||
|
||||
Runs every day at 0:00 UTC. It sequentially executes the `api:load`, `playlist:update`, `playlist:lint`, `playlist:validate`, `playlist:generate`, `playlist:export`, and `readme:update` scripts, then automatically deploys the updated files if successful.
|
||||
Reference in New Issue
Block a user