workflow/lint: bump nodejs+checkout, skip docs
Some checks failed
ci-lint / test (push) Failing after 18s
Some checks failed
ci-lint / test (push) Failing after 18s
This commit is contained in:
parent
89e415eca0
commit
66c303663d
1 changed files with 4 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue