add ls to workflow

This commit is contained in:
Daniel Thoren 2023-06-08 08:01:49 +02:00 committed by GitHub
parent 98d49fd3c9
commit c9505aa6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,7 @@ jobs:
name: install codespaces setup
runs-on: ubuntu-latest
steps:
- name: checkout repo
- uses: actions/checkout@v1
- run: ./install.sh
- name: install script
- run: ls -la && bash install.sh