Skip to content

Chk 3283 project setup #14

Chk 3283 project setup

Chk 3283 project setup #14

Workflow file for this run

name: Check PR
# Controls when the workflow will run
on:
pull_request:
branches:
- main
types: [ opened, synchronize, labeled, unlabeled, reopened, edited ]
permissions:
pull-requests: write
jobs:
check_size:
runs-on: ubuntu-latest
name: Check Size
steps:
- name: Check PR Size
uses: pagopa/github-actions-template/check-pr-size@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ignored_files: 'src/test/, gradle/, gradle.lockfile, build.gradle.kts'