From 66c303663d5a65954d7757ec9a84c2876773227e Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:02:12 -0500 Subject: [PATCH] workflow/lint: bump nodejs+checkout, skip docs --- .forgejo/workflows/lint.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index b18c2b4..14c8ba1 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -15,12 +15,13 @@ jobs: image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag steps: - - name: Requirements + - 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 + dnf -yq --no-docs in nodejs24 git-core python3-pip + + - uses: actions/checkout@v5 - - uses: actions/checkout@v4 - uses: actions/setup-python@v6 with: cache: 'pip'