workflow/lint: fedora42
This commit is contained in:
parent
e55031209b
commit
e3a6e930b1
1 changed files with 8 additions and 2 deletions
|
@ -10,13 +10,19 @@ on: # yamllint disable-line rule:truthy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest # tag on runner maps to 'node:20-bookworm' image
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
||||||
steps:
|
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
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: 3.13
|
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: ansible/collections
|
- name: ansible/collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue