Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Dec 9, 2024
1 parent af4fcce commit 733dbba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,13 @@ jobs:
run: |
find test -type l
- name: List recursively all files, including their permissions
- name: List recursively all files, including their permissions, including hidden files:
run: |
ls -lR test
ls -laR test
- name: List all files (recursively), which miss reading permission for others
run: |
find test -type f ! -perm /o+r
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 733dbba

Please sign in to comment.