Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mafyuh/iac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7875c7024526c11e1e8a8fd2e1715c406dfd8495
Choose a base ref
..
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63599f6d88a73ad99443e2dc8f8aef4cb6aede1a
Choose a head ref
Showing with 1 addition and 6 deletions.
  1. +1 −6 .forgejo/workflows/yamllint.yml
7 changes: 1 addition & 6 deletions .forgejo/workflows/yamllint.yml
Original file line number Diff line number Diff line change
@@ -21,9 +21,4 @@ jobs:
- name: Lint .yml files
run: |
lint_output=$(find docker -name "*.yml" yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;)
if [[ -n "$lint_output" ]]; then
echo "$lint_output"
exit 1
fi
find docker -name "*.yml" -exec yamllint --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" -f parsable {} \;