new chart: FreshRSS (#2)

This commit is contained in:
2023-01-08 14:36:29 +00:00
committed by GitHub
parent 458dbf4dbd
commit dc59ccf182
13 changed files with 498 additions and 0 deletions

23
.github/workflows/lint-charts.yaml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Lint Charts
on:
pull_request:
branches:
- master
jobs:
lint-charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.2
- name: Lint charts
run: helm lint charts/*