Skip to content

runtime: add fd_rent_lists.h #124

runtime: add fd_rent_lists.h

runtime: add fd_rent_lists.h #124

Workflow file for this run

name: On Pull Request
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test-unit:
name: Unit Tests
uses: ./.github/workflows/_test_unit.yml
secrets: inherit
build-frankandancer:
name: Build Frankendancer
uses: ./.github/workflows/build_everything.yml
whitespace-check:
name: Check for Whitespaces
uses: ./.github/workflows/trailing_whitespace.yml