workflow/lint: ubuntu-latest/node:25-trixie, -comments
Some checks failed
ci-lint / test (push) Failing after 32s
Some checks failed
ci-lint / test (push) Failing after 32s
This commit is contained in:
parent
c0515d2346
commit
7a4a9aa870
1 changed files with 2 additions and 10 deletions
|
@ -10,18 +10,10 @@ on: # yamllint disable-line rule:truthy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: lts
|
runs-on: ubuntu-latest # tag on runner maps to 'node:25-trixie' image
|
||||||
# runs-on: docker
|
|
||||||
# container:
|
|
||||||
# image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# - name: Action Requirements
|
- uses: actions/checkout@v5 # v5 needs nodejs 24+
|
||||||
# run: |
|
|
||||||
# echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
|
||||||
# dnf -yq install nodejs git pipx
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4 # v5 needs nodejs 24+, f42 ships 22
|
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.9'
|
python-version: '3.13.9'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue