Skip to content

Instantly share code, notes, and snippets.

View miquelvir's full-sized avatar
🏠
Working from home

miquelvir

🏠
Working from home
View GitHub Profile
name: Build validation
run-name: ${{ github.actor }} validating the build
on: [push]
jobs:
Unit:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: gcc test.c && ./a.out