Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Aug 9, 2024
2 parents 69c7b46 + 0bc062e commit 842efcd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Makefile CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Make build
run: make

- name: DEBUG - back to root
run: cd

- name: DEBUG - list
run: ls

- name: check in pizza time
run: cd PizzaTimeSpiceRunners

- name: list again
run: ls

0 comments on commit 842efcd

Please sign in to comment.