From e5f761d9de95c532a9a9bd81325254d477ee5f3e Mon Sep 17 00:00:00 2001 From: Abbas Ali Date: Mon, 27 Jun 2022 05:38:58 -0500 Subject: [PATCH 1/2] Action check --- package.json | 2 +- run.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 run.sh diff --git a/package.json b/package.json index d7d88f2..5142885 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts", "format": "prettier --write \"{,!(node_modules)/**/}*.ts\"", - "format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"", + "format-check": "./run.sh", "release": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts && git add -f dist/", "test": "jest" }, diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..300947b --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "This was not supposed to happen" \ No newline at end of file From 2ddbcfd3081460537103a5df17c061c70360657d Mon Sep 17 00:00:00 2001 From: hypn00 <108270265+hypn00@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:12:59 +0530 Subject: [PATCH 2/2] Update workflow.yml --- .github/workflows/workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 171e205..3953337 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -8,6 +8,9 @@ on: pull_request: paths-ignore: - '**.md' + + workflow_dispatch: + jobs: run: name: Run