Skip to content

Merge pull request #31 from infn-datacloud/fix-nginx-usage #77

Merge pull request #31 from infn-datacloud/fix-nginx-usage

Merge pull request #31 from infn-datacloud/fix-nginx-usage #77

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