ls -l
This commit is contained in:
parent
3a8c403745
commit
0fc2bff67a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: |
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
ls
|
||||
ls -l
|
||||
npm run lint
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Reference in a new issue