Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed May 31, 2024
1 parent 3fe2625 commit 830f3d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rule:
features:
- and:
- or:
- os: android
- os: linux
- os: android
- os: linux
- or:
- api: chown
- api: fchown
Expand Down
2 changes: 1 addition & 1 deletion nursery/check-file-permission-on-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rule:
features:
- and:
- or:
- os: linux
- os: android
- os: linux
- or:
- api: access
- api: faccessat

0 comments on commit 830f3d2

Please sign in to comment.