Skip to content

Add GH Action workflow for nob. #1

Add GH Action workflow for nob.

Add GH Action workflow for nob. #1

Workflow file for this run

name: nob
run-name: ${{ github.actor }} is building with nobuild
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Build with nob
- run: |
g++ -std=c++20 -fpermissive -o nob nob.cpp
./nob