Skip to content

feat(test): Add script to run integration-tests locally #7

feat(test): Add script to run integration-tests locally

feat(test): Add script to run integration-tests locally #7

Workflow file for this run

name: stylish
on:
pull_request:
workflow_dispatch:
jobs:
stylish:
name: "black"
runs-on: ubuntu-latest
container:
image: fedora:latest
steps:
- name: Base setup
run: |
dnf --setopt install_weak_deps=False install -y \
git-core \
python3-pip
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "24.2.0"