Skip to content

fix: Replace all warn() with warning() #23

fix: Replace all warn() with warning()

fix: Replace all warn() with warning() #23

Workflow file for this run

name: stylish
on:
pull_request:
workflow_dispatch:
jobs:
stylish:
name: "flake8 & rpmlint"
runs-on: ubuntu-latest
container:
image: fedora:latest
steps:
- name: Base setup
run: |
dnf --setopt install_weak_deps=False install -y \
git-core \
python3-flake8 \
rpmlint
- uses: actions/checkout@v4
- name: Setup flake8 annotations
uses: rbialon/flake8-annotations@v1
- name: Run flake8
run: |
flake8
- name: Run rpmlint
run: |
rpmlint virt-who.spec