Skip to content

Commit

Permalink
fix: remove non-existant linter script from helm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallAsch committed Jul 10, 2023
1 parent 350e665 commit c689f35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
./ah lint -p charts/plex-media-server || exit 1
rm -f ./ah ./ah_1.5.0_linux_amd64.tar.gz
- name: Lint
run: |
./build/run-in-docker.sh ./hack/verify-chart-lint.sh
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
id: filter
with:
Expand Down
2 changes: 1 addition & 1 deletion charts/plex-media-server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# plex-media-server Chart
===========

A Helm chart for deploying the a Plex Personal Media Server(PMS) server.
A Helm chart for deploying the Plex Personal Media Server(PMS) server.

While Plex is responsible for maintaining this Helm chart, we cannot provide support for troubleshooting related to its usage. For community assistance, please visit our [support forums](https://forums.plex.tv/).

Expand Down

0 comments on commit c689f35

Please sign in to comment.