From ebe6a9d913babf373cebfb5c689de123fdef82ff Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Wed, 12 Aug 2020 18:56:23 +0400 Subject: [PATCH] blank.yml: fix indentation --- ci/blank.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ci/blank.yml b/ci/blank.yml index 72f1f16..f7816e9 100644 --- a/ci/blank.yml +++ b/ci/blank.yml @@ -19,15 +19,15 @@ 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@v2 + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! + # 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. + # 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.