Skip to content

clean code

clean code #256

name: Code Review

Check failure on line 1 in .github/workflows/03_code_review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/03_code_review.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: code-review
# Controls when the workflow will run
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
PROJECT_KEY: "pagopa_pagopa-fdr-nodo-dei-pagamenti"
permissions:
id-token: write
contents: read
deployments: write
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
code-review:
name: Code Review
# The type of runner that the job will run on
runs-on: ubuntu-latest