Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Bump actions/upload-artifact from 5 to 6 #2154

Bump actions/upload-artifact from 5 to 6

Bump actions/upload-artifact from 5 to 6 #2154

Workflow file for this run

name: Lint rq
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout Repository
uses: actions/checkout@v6
- name: 📝 Run Lint Check
uses: astral-sh/ruff-action@v3
with:
src: "rq tests"