Skip to content

rpm: escape url in primary.xml #171

rpm: escape url in primary.xml

rpm: escape url in primary.xml #171

Workflow file for this run

name: flake8
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements-test.txt ]; then pip install -r requirements-test.txt; fi
- name: Make lint
run: |
make lint