Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Build Step
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Dec 4, 2023
1 parent f01b9eb commit e4575d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: runner

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

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: build application
run: make run

0 comments on commit e4575d8

Please sign in to comment.