aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-02 20:50:30 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-02 20:50:30 +0530
commit22a78968f75c7f65a62f3b05757fa900fcf856e9 (patch)
tree04594e301f4e14825c9e7abdb5418ebd38361504 /.github/workflows/dependency-updates.yml
parentMinor code cleanup: Use constant that's already defined (instead of a string ... (diff)
downloadferdium-app-22a78968f75c7f65a62f3b05757fa900fcf856e9.tar.gz
ferdium-app-22a78968f75c7f65a62f3b05757fa900fcf856e9.tar.zst
ferdium-app-22a78968f75c7f65a62f3b05757fa900fcf856e9.zip
Fixing github templates for PRs. [skip ci]
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 5d6d34d9f..450ddf8a1 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -50,8 +50,11 @@ jobs:
50 echo "Updating browserslist db" 50 echo "Updating browserslist db"
51 npx browserslist@latest --update-db 51 npx browserslist@latest --update-db
52 52
53 echo "Running linter and tests" 53 echo "Running linter, reformatter, rebrander and tests"
54 npm run lint 54 npm run lint
55 npm run reformat-files
56 npm run manage-translations
57 npm run apply-branding
55 npm run test 58 npm run test
56 59
57 echo "Committing and pushing submodules, dependency-updates and linter changes" 60 echo "Committing and pushing submodules, dependency-updates and linter changes"