Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-10-14 22:15:33 +0300
committerdartcafe <github@dartcafe.de>2020-10-20 15:39:56 +0300
commit968e6bed262536fc79fea67da746ad6bd9441b7e (patch)
treeabe576c6640223af3622757b474d366333c6294d /.github
parent1b6fa1b437615f594f2c2acf5175bef85f39ba0f (diff)
fix workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b7a5420b..e1d5ba1a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -55,9 +55,9 @@ jobs:
- name: Checkout
uses: actions/checkout@master
with:
- path: nextcloud/apps/mail
+ path: nextcloud/apps/polls
- name: Run tests
- run: php -f nextcloud/occ app:check-code mail
+ run: php -f nextcloud/occ app:check-code polls
node:
runs-on: ubuntu-latest