Skip to content

Merge pull request #30 from infn-datacloud/16-add-new-service-objects… #79

Merge pull request #30 from infn-datacloud/16-add-new-service-objects…

Merge pull request #30 from infn-datacloud/16-add-new-service-objects… #79

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- devel
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
# Lint using Ruff
- name: Use Ruff linter and formatter
uses: chartboost/ruff-action@v1