Skip to content

Commit

Permalink
Merge pull request #1012 from nextcloud/mainteance/reestablish-tests
Browse files Browse the repository at this point in the history
Readded diabled checks
  • Loading branch information
christianlupus committed May 21, 2022
2 parents 942c91d + 6662607 commit c707b67
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/pull-checks.yml
@@ -1,5 +1,5 @@

name: Additinoal tests for pull requests
name: Additional tests for pull requests

on:
pull_request:
Expand Down Expand Up @@ -73,3 +73,21 @@ jobs:
exit 1
fi
- name: Download schema
run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd

- name: Lint info.xml
uses: ChristophWurst/xmllint-action@v1
with:
xml-file: ./appinfo/info.xml
xml-schema-file: ./info.xsd

fixup-check:
name: Block fixup and squash commits
runs-on: ubuntu-latest

steps:
- name: Run check
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@
[#988](https://github.com/nextcloud/cookbook/pull/988) @rakekniven
- Move "Categories" caption above list of categories
[#1000](https://github.com/nextcloud/cookbook/pull/1000) @seyfeb
- Reenable the fixup action after deprecation in central repository
[#1012](https://github.com/nextcloud/cookbook/pull/1012) @christianlupus
- Update eslint-plugin-vue

### Documentation
Expand Down

0 comments on commit c707b67

Please sign in to comment.