Skip to content

Commit

Permalink
ADDED: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 14, 2025
1 parent dd4e8c6 commit 89dd3b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: C/C++ CI

on: [push, pull_request]

jobs:
build:
name: ubuntu-latest
runs-on: ubuntu-latest
container: devkitpro/devkitarm:latest

steps:
- uses: actions/[email protected]

- name: Build
run: |
make

0 comments on commit 89dd3b6

Please sign in to comment.