diff options
| author | Aleksandr Granin <aleksandr@mullvad.net> | 2021-03-15 09:50:32 +0100 |
|---|---|---|
| committer | Aleksandr Granin <aleksandr@mullvad.net> | 2021-03-19 20:28:23 +0100 |
| commit | 06cd2512ed79ba77d82bd4e4aa9fa3e569d6a2a1 (patch) | |
| tree | 8895e4bbe90169e18bf371a0941bd12d7c91569c /.github | |
| parent | 0fa4da6d5641c6d891c45a75cd51e7550a1f389e (diff) | |
| download | mullvadvpn-06cd2512ed79ba77d82bd4e4aa9fa3e569d6a2a1.tar.xz mullvadvpn-06cd2512ed79ba77d82bd4e4aa9fa3e569d6a2a1.zip | |
Run ktlint and xml-tidy only for main code
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-xml-tidy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-xml-tidy.yml b/.github/workflows/android-xml-tidy.yml index 3b533c0d69..e733df4378 100644 --- a/.github/workflows/android-xml-tidy.yml +++ b/.github/workflows/android-xml-tidy.yml @@ -4,7 +4,7 @@ on: push: paths: - .github/workflows/android-xml-tidy.yml - - android/**/*.xml + - android/src/main/**/*.xml # Run verifier if requested manually from the Actions tab workflow_dispatch: jobs: |
