workflow/lint: ubuntu->fedora42 (proper indent)
All checks were successful
ci-lint / test (push) Successful in 35s
All checks were successful
ci-lint / test (push) Successful in 35s
This commit is contained in:
parent
e3a6e930b1
commit
1018434507
1 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@ jobs:
|
||||||
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Requirements
|
- name: Requirements
|
||||||
run: |
|
run: |
|
||||||
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
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 in nodejs git-core python3-pip
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue