Skip to content

Commit

Permalink
Actions: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed May 24, 2024
1 parent 60a701a commit e7ca690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint
on:
pull_request:
paths:
- '**.vala'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion build-aux/flatpak/com.cassidyjames.plausible.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sources": [
{
"type": "dir",
"path": "."
"path": "../.."
}
]
}
Expand Down

0 comments on commit e7ca690

Please sign in to comment.