Skip to content

Bump actions/upload-artifact from 4.4.1 to 4.4.2 #346

Bump actions/upload-artifact from 4.4.1 to 4.4.2

Bump actions/upload-artifact from 4.4.1 to 4.4.2 #346

Workflow file for this run

name: Lint with Darker
on: [push, pull_request]
jobs:
lint-with-darker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: akaihola/darker@v2.1.1
with:
options: "--check --diff"
src: "./src"
revision: "origin/main..."
version: "@e3c210b5c1b91400c3f317b2474c10ab23bec1cf"