Commit 3c789dc9 by Karthik Ponnam Committed by GitHub

Update and rename blank.yml to build.yml

parent 5978a973
...@@ -16,7 +16,9 @@ jobs: ...@@ -16,7 +16,9 @@ jobs:
build: build:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: macos-latest runs-on: macos-latest
defaults:
run:
working-directory: ./example
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment