Skip to content

feat: add long listing opt #17

feat: add long listing opt

feat: add long listing opt #17

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run make
run: make
- name: Clean
run: make clean