Skip to content

fix(auth): Fix send token to OPA #15

fix(auth): Fix send token to OPA

fix(auth): Fix send token to OPA #15

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