From 8d9077e9c4d52bbaa82a95896bd611892b74a558 Mon Sep 17 00:00:00 2001 From: Noel Washington Black Date: Sat, 2 Dec 2023 13:54:04 +0000 Subject: [PATCH] Delete .github/workflows/hello.yml --- .github/workflows/hello.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/hello.yml diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml deleted file mode 100644 index 0600854..0000000 --- a/.github/workflows/hello.yml +++ /dev/null @@ -1,14 +0,0 @@ -jobs: - build: - runs-on: self-hosted - steps: - - id: step1 - uses: actions/setup-python@v1 - - id: step2 - uses: actions/setup-node@v2 - - uses: actions/checkout@v2 - - uses: user/composite@v1 - - name: workflow step 1 - run: echo hello world 3 - - name: workflow step 2 - run: echo hello world 4