Update main.yml uses yml file

This commit is contained in:
Mdumisi Kelvin Letsie 2024-03-06 11:01:25 +02:00
parent e05d0403a3
commit a18f1932fe

View file

@ -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.