Skip to content

Update FUNDING.yml

Update FUNDING.yml #7

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
tags:
- v*
workflow_dispatch:
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make
- name: Run
run: ./saplisten -h