Skip to content

Commit

Permalink
fix ci and lint files (#4)
Browse files Browse the repository at this point in the history
* move script

* lint
  • Loading branch information
inponomarev authored Oct 4, 2023
1 parent 21ee61b commit f4dbc12
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/check.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Helm
uses: azure/setup-helm@v3

Expand Down
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.env

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/
nocommit
*.tgz
/config/application-secret.properties

### Mac OS X ###
*.DS_Store

logical-plan.dot

*.db

### FE e2e misc
frontend/reports-e2e
frontend/reports-html-e2e
2 changes: 1 addition & 1 deletion charts/sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: sdk
description: A Helm chart for Kubernetes
type: application
version: 1.0.0
appVersion: 2.8
appVersion: "2.8"

0 comments on commit f4dbc12

Please sign in to comment.