Skip to content

Commit

Permalink
fix: workflow fixes (#8)
Browse files Browse the repository at this point in the history
- rename lintconf.yaml
- add .release-please-manifest.json
  • Loading branch information
jfuen10 authored Apr 26, 2024
1 parent d1acc1a commit bf75b49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ls -la && ct lint --target-branch ${{ github.event.repository.default_branch }} --lint-conf ./lintconf.yaml
run: ls -la && ct lint --target-branch ${{ github.event.repository.default_branch }} --lint-conf ./.lintconf.yaml
File renamed without changes.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"platform": "0.1.0"
}

0 comments on commit bf75b49

Please sign in to comment.