Skip to content

Commit

Permalink
test ct
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed May 23, 2024
1 parent 35844ac commit c72c3f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .ct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target-branch: main
check-version-increment: false
14 changes: 12 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,18 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Lint chart
run: make lint-helm

- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: "3.x"
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1

- name: Run chart-testing
run: ct lint --print-config --config .ct.yaml

yaml-lint:
name: Yaml Lint
Expand Down
2 changes: 1 addition & 1 deletion charts/nginx-gateway-fabric/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ keywords:
- gateway
- nginx
maintainers:
- name: nginxinc
- name: nginxinc/nginx-gateway-fabric
email: kubernetes@nginx.com

0 comments on commit c72c3f8

Please sign in to comment.