Skip to content

First valid opa configuration #4

First valid opa configuration

First valid opa configuration #4

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