Skip to content

action: add a test action #1

action: add a test action

action: add a test action #1

Workflow file for this run

name: List Files on Commit
on: [push, pull_request]
jobs:
list_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: List files in the repository
run: ls -la