remove print-contents.yaml
This commit is contained in:
parent
16ffa0e499
commit
bd52b8a0f7
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue