✨ add ls to workflow
This commit is contained in:
parent
98d49fd3c9
commit
c9505aa6f5
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue