Skip to content

Add EUPL-1.2 license to package.json #840

Add EUPL-1.2 license to package.json

Add EUPL-1.2 license to package.json #840

Workflow file for this run

name: Check if sources have been prettified
on:
pull_request:
jobs:
check_prettify:
name: Check if sources have been prettified
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Prettify sources
run: ./scripts/prettify.sh
- name: Verify that prettify command made no changes
run: '[ -z "$(git status --porcelain)" ]'