Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: test #116

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: ci

on:
pull_request:
paths:
- 'charts/**/**'
# paths:
# - 'charts/**/**'

jobs:
codespell:
Expand All @@ -15,9 +15,9 @@ jobs:
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
skip: ".git"
exclude_file: ".github/codespell-ignore.list"
ignore_words_file: ".github/codespell-ignore.list"
skip: '.git'
exclude_file: '.github/codespell-ignore.list'
ignore_words_file: '.github/codespell-ignore.list'
check_filenames: true
check_hidden: true

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Create test summary
uses: test-summary/action@v2
with:
paths: "./results/*.tap"
paths: './results/*.tap'
if: always()

install-chart:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ You can then run `helm search repo unleash` to see the charts.

We'll build this repo on all k8s versions that have not reached End of Life according to the [Kubernetes support period](https://kubernetes.io/releases/patch-releases/#support-period).


## Contributing

The source code of all [unleash](https://unleash.github.io/) [Helm](https://helm.sh) charts can be found on Github: <https://github.com/unleash/helm-charts/>
Expand All @@ -42,3 +41,5 @@ We'd love to have you contribute! Please refer to our [contribution guidelines](
## Helm charts build status

![Release Charts](https://github.com/unleash/helm-charts/workflows/release-chart/badge.svg?branch=main)

test