Skip to content

Adjusted nginx configuration based on the example from Nextcloud for Version 26 #598

Adjusted nginx configuration based on the example from Nextcloud for Version 26

Adjusted nginx configuration based on the example from Nextcloud for Version 26 #598

Workflow file for this run

---
## Source: https://github.com/marketplace/actions/yaml-lint
name: Yaml Lint
"on":
pull_request:
push:
schedule:
- cron: "0 7 * * *"
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
format: github