Skip to content

docs: add contributing guidelines #23

docs: add contributing guidelines

docs: add contributing guidelines #23

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with make
run: make
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: faucet
path: |
./faucet