Skip to content

Instantly share code, notes, and snippets.

@miquelvir
Created April 14, 2024 13:53
Show Gist options
  • Save miquelvir/79784dc832380df9a564269edb4a77ff to your computer and use it in GitHub Desktop.
Save miquelvir/79784dc832380df9a564269edb4a77ff to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment