From 10184345071686b5372ed84ba2ff72ac16548dec Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 07:54:44 -0500 Subject: [PATCH] workflow/lint: ubuntu->fedora42 (proper indent) --- .forgejo/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index c553841..7a4bbfe 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -15,10 +15,10 @@ jobs: image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag steps: - - name: Requirements - run: | - echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf - dnf -yq in nodejs git-core python3-pip + - name: Requirements + run: | + echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf + dnf -yq in nodejs git-core python3-pip - uses: actions/checkout@v4 - uses: actions/setup-python@v6