remove print-contents.yaml #2

Merged
juancwu merged 1 commit from main into live 2026-01-08 02:58:36 +00:00
Showing only changes of commit bd52b8a0f7 - Show all commits

remove print-contents.yaml

juancwu 2026-01-07 21:58:16 -05:00

View file

@ -1,10 +0,0 @@
name: Print Contents
on: [push]
jobs:
print-content:
runs-on: ubuntu-full-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: list directory contents
run: ls -la