Skip to content

Cleanup of code: Removing uncessecary `fpo' function argument, Replacing character numbers with their corresponding escape codes #22

Cleanup of code: Removing uncessecary `fpo' function argument, Replacing character numbers with their corresponding escape codes

Cleanup of code: Removing uncessecary `fpo' function argument, Replacing character numbers with their corresponding escape codes #22

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- uses: actions/checkout@v4
- name: Update system and Install dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm base-devel vim
- name: Build
run: make
- name: Test
run: make test