Skip to content

Update make.sh

Update make.sh #11

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
fallen:
runs-on: self-hosted
steps:
- name: say hello
run: echo "Hello world!"
build:
runs-on: self-hosted
env:

Check failure on line 18 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/makefile.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
working-directory: ./.github/workflows
steps:
- name: using Makefile
run: bash make.sh