Skip to content

🚀 gha: bump codacy/codacy-analysis-cli-action from 4.4.1 to 4.4.5 #294

🚀 gha: bump codacy/codacy-analysis-cli-action from 4.4.1 to 4.4.5

🚀 gha: bump codacy/codacy-analysis-cli-action from 4.4.1 to 4.4.5 #294

Workflow file for this run

---
# SPDX-FileCopyrightText: Jef LeCompte
#
# SPDX-License-Identifier: MIT
#
name: Pull Request Linter
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
lint-pr:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint pull request title
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}