diff options
| author | Hygna <hygna@proton.me> | 2022-10-23 11:33:18 +0100 |
|---|---|---|
| committer | Hygna <hygna@proton.me> | 2022-10-23 11:33:18 +0100 |
| commit | eb3794cdcb5732b4bcfd2d89b3b205fc3960a2fd (patch) | |
| tree | 08b2a513060ee40f1ae37ded1a4e992e6130ae1d /.woodpecker | |
| parent | handle more reddit cdn urls (diff) | |
| download | libredirect-eb3794cdcb5732b4bcfd2d89b3b205fc3960a2fd.zip | |
Changes:
Fixed instance updating
Made the instance updater remove frontends & networks not in the current version
Fixed CI linter
Diffstat (limited to '')
| -rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 1ee2cc1e..177368e5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,7 +26,7 @@ pipeline: event: [push, pull_request] path: exclude: ["src/instances/**"] - include: ["src/"] + include: ["src/**"] commands: - npm i - npx web-ext lint --source-dir ./src/ |
