diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ed1d4c0..fc2222e 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -1,19 +1,18 @@ --- - name: Makefile CI - - "on": - push: - branches: ["main"] - pull_request: - branches: ["main"] - - jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Run make all - run: make all - \ No newline at end of file +name: Makefile CI + +"on": + push: + branches: ["main"] + pull_request: + branches: ["main"] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Run make all + run: make all