Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: 1f6fcd26c9ac3b7bf35667124a6fa75d0a173df1
Choose a base ref
...
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5f7456d1fac511b67517c85bb05c326e1bb4a00
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 13, 2024

  1. Update .forgejo/workflows/yamllint.yml

    mafyuh committed Dec 13, 2024
    Copy the full SHA
    fb066bd View commit details
  2. Copy the full SHA
    a5f7456 View commit details
Showing with 1 addition and 5 deletions.
  1. +1 −5 .forgejo/workflows/yamllint.yml
6 changes: 1 addition & 5 deletions .forgejo/workflows/yamllint.yml
Original file line number Diff line number Diff line change
@@ -14,15 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Debug Repository Contents
run: |
pwd
ls -R

- name: Show yamllint version
run: |
yamllint --version
- name: Lint .yml files
run: |
yamllint -v -d ./docker/**/*.yml
find docker -name "*.yml" -exec yamllint {} \;