Skip to content

fix(insured person): Не удаляется застрахованное лицо, если оказанных… #4

fix(insured person): Не удаляется застрахованное лицо, если оказанных…

fix(insured person): Не удаляется застрахованное лицо, если оказанных… #4

# Name of this GitHub Actions workflow.
name: unused dependencies
on:
# Scan changed files in PRs (diff-aware scanning):
pull_request: {}
# Scan on-demand through GitHub Actions interface:
workflow_dispatch: {}
# Scan mainline branches and report all findings:
push:
branches: ["master", "main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Fetch project source with GitHub Actions Checkout.
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: composer-unused
- name: Install
# Install deps
run: composer install
- name: Run composer-unused
run: composer-unused