Skip to content

Add list-files workflow #1

Add list-files workflow

Add list-files workflow #1

Workflow file for this run

name: List repository files (very useful information)
on:
push:
branches: ["main"]
jobs:
run:
runs-on: ubuntu-latest
steps:
- run: ls -lah