mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
ci: generate reproducible RPM Spec macros
This commit is contained in:
parent
523bca2327
commit
c06e4311f9
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Update package list
|
||||
run: sudo apt-get update -y
|
||||
@ -46,8 +47,8 @@ jobs:
|
||||
run: pip3 install $(cat dependencies/pip.txt)
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
env:
|
||||
SPEC_VENDOR: Github Actions
|
||||
SPEC_PACKAGER: Github Actions
|
||||
SPEC_VENDOR: Ben Grande
|
||||
SPEC_PACKAGER: Ben Grande <ben.grande.b@gmail.com>
|
||||
- uses: editorconfig-checker/action-editorconfig-checker@main
|
||||
- name: Run Editorconfig Checker
|
||||
run: editorconfig-checker
|
||||
|
@ -107,6 +107,9 @@ fi
|
||||
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies.
|
||||
|
||||
%changelog
|
||||
* Mon Jul 08 2024 Ben Grande <ben.grande.b@gmail.com> - 523bca2
|
||||
- fix: conform files to editorconfig specification
|
||||
|
||||
* Thu Jul 04 2024 Ben Grande <ben.grande.b@gmail.com> - 383c840
|
||||
- doc: lint markdown files
|
||||
|
||||
|
@ -115,6 +115,9 @@ fi
|
||||
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies.
|
||||
|
||||
%changelog
|
||||
* Mon Jul 08 2024 Ben Grande <ben.grande.b@gmail.com> - 523bca2
|
||||
- fix: conform files to editorconfig specification
|
||||
|
||||
* Thu Jul 04 2024 Ben Grande <ben.grande.b@gmail.com> - 383c840
|
||||
- doc: lint markdown files
|
||||
|
||||
|
@ -108,6 +108,9 @@ fi
|
||||
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies.
|
||||
|
||||
%changelog
|
||||
* Mon Jul 08 2024 Ben Grande <ben.grande.b@gmail.com> - 523bca2
|
||||
- fix: conform files to editorconfig specification
|
||||
|
||||
* Thu Jul 04 2024 Ben Grande <ben.grande.b@gmail.com> - 383c840
|
||||
- doc: lint markdown files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user