Skip to content

Fix indentation in GitHub Actions workflow #2

Fix indentation in GitHub Actions workflow

Fix indentation in GitHub Actions workflow #2

name: List Files
on:
push:
branches:
- githubactions-deploy
jobs:
list_files:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: List Files
run: ls -R