Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Revert "Archive (#255)" #58

Revert "Archive (#255)"

Revert "Archive (#255)" #58

Workflow file for this run

name: Pyroma
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8]
steps:
# git checkout
- uses: actions/checkout@v2
# python setup
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
# install pyroma
- name: install pyroma
run: pip install pyroma
# run pyroma
- name: run pyroma
run: pyroma -n 10 -d .