summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-01-30 23:38:39 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-01-30 23:38:39 +0100
commit9ce95b92cdc59f3a3703593dd49ae6b603653c25 (patch)
treedec24085d809992900143a72cea671c2c944a355 /.github
parent2b25857fdae776e2106da83a66c6d98dc2a35dba (diff)
Exclude .ts files (localization)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linter.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 9225a049..8b191a45 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -15,11 +15,8 @@ name: Lint Code Base
# Start the job on all push #
#############################
on:
- push:
- branches-ignore: [master, main]
- # Remove the line above to run when pushing to master
pull_request:
- branches: [master, main]
+ branches: main
###############
# Set the Job #
@@ -55,3 +52,6 @@ jobs:
# Change to 'master' if your main branch differs
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # The QT localization files are .ts
+ VALIDATE_TYPESCRIPT_ES: false
+ VALIDATE_TYPESCRIPT_STANDARD: false