From a18f1932feeae10e86392fda9f329adbbf5f9518 Mon Sep 17 00:00:00 2001 From: Mdumisi Kelvin Letsie Date: Wed, 6 Mar 2024 11:01:25 +0200 Subject: [PATCH] Update main.yml uses yml file --- .github/workflows/main.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acdc376e0..fed29ef29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,14 +23,6 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: build.yml - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. \ No newline at end of file + \ No newline at end of file