feat: add pre-commit
- test yamllint - test ruff linting/formatter - fix yaml errors
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -35,4 +36,4 @@ contents:
|
||||
# preinstall: ./scripts/preinstall.sh
|
||||
# postinstall: ./scripts/postinstall.sh
|
||||
# preremove: ./scripts/preremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -35,4 +36,4 @@ contents:
|
||||
# preinstall: ./scripts/preinstall.sh
|
||||
# postinstall: ./scripts/postinstall.sh
|
||||
# preremove: ./scripts/preremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -27,4 +28,4 @@ contents:
|
||||
file_info:
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: root
|
||||
group: root
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -33,4 +34,4 @@ contents:
|
||||
file_info:
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: root
|
||||
group: root
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -33,4 +34,4 @@ contents:
|
||||
|
||||
# Scripts to run during installation/removal
|
||||
scripts:
|
||||
postinstall: /app/resources/scripts/postinstall.sh
|
||||
postinstall: /app/resources/scripts/postinstall.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -32,4 +33,4 @@ contents:
|
||||
|
||||
# Scripts to run during installation/removal
|
||||
scripts:
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -32,4 +33,4 @@ contents:
|
||||
|
||||
# Scripts to run during installation/removal
|
||||
scripts:
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -27,4 +28,4 @@ depends:
|
||||
- openbao-plugin-secret-nomad
|
||||
|
||||
# No actual files in this meta package
|
||||
contents: []
|
||||
contents: []
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -44,4 +45,4 @@ scripts:
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
postinstall: /app/resources/scripts/postinstall.sh
|
||||
preremove: /app/resources/scripts/preremove.sh
|
||||
postremove: /app/resources/scripts/postremove.sh
|
||||
postremove: /app/resources/scripts/postremove.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -35,4 +36,4 @@ contents:
|
||||
# preinstall: ./scripts/preinstall.sh
|
||||
# postinstall: ./scripts/postinstall.sh
|
||||
# preremove: ./scripts/preremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# nfpm.yaml
|
||||
|
||||
name: ${PACKAGE_NAME}
|
||||
@@ -35,4 +36,4 @@ contents:
|
||||
# preinstall: ./scripts/preinstall.sh
|
||||
# postinstall: ./scripts/postinstall.sh
|
||||
# preremove: ./scripts/preremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
|
||||
Reference in New Issue
Block a user