Skip to content

Bump EnricoMi/publish-unit-test-result-action from 2.13.0 to 2.14.0 #1533

Bump EnricoMi/publish-unit-test-result-action from 2.13.0 to 2.14.0

Bump EnricoMi/publish-unit-test-result-action from 2.13.0 to 2.14.0 #1533

Workflow file for this run

name: global
on:
pull_request:
release:
types: [ published ]
jobs:
copyright:
runs-on: ubuntu-22.04
steps:
- name: Checkout devtools
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Check copyright notice
run: |
pip install \
pre-commit \
python-magic==0.4.18 \
comment-parser>=1.2.3
pre-commit run --all-files