Skip to content

refactor: use pyproject.toml instead of setup.py #108

refactor: use pyproject.toml instead of setup.py

refactor: use pyproject.toml instead of setup.py #108

Workflow file for this run

name: Push Stylecheck
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Lint with ruff
uses: astral-sh/ruff-action@v2
with:
src: "./pastepwn"