Temporary disable format on merge

This commit is contained in:
freearhey
2023-09-17 04:20:05 +03:00
parent 1d0d314bec
commit 1ff3e75369
2 changed files with 11 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
"name": "iptv",
"scripts": {
"act:check": "act pull_request -W .github/workflows/check.yml",
"act:format": "act pull_request -W .github/workflows/format.yml -e act.json",
"act:format": "act workflow_dispatch -W .github/workflows/format.yml",
"act:update": "act workflow_dispatch -W .github/workflows/update.yml",
"api:load": "./scripts/commands/api/load.sh",
"api:generate": "npm run ts-node scripts/commands/api/generate.ts",