Skip to content

Implementing sz deploy ios for Automating iOS App Deployment #853

Implementing sz deploy ios for Automating iOS App Deployment

Implementing sz deploy ios for Automating iOS App Deployment #853

Workflow file for this run

# Copyright (c) 2022 Sharezone UG (haftungsbeschränkt)
# Licensed under the EUPL-1.2-or-later.
#
# You may obtain a copy of the Licence at:
# https://joinup.ec.europa.eu/software/page/eupl
#
# SPDX-License-Identifier: EUPL-1.2
name: licence-ci
# Controls when the action will run.
on:
merge_group:
types:
- checks_requested
# Triggers the workflow on pull request events
pull_request:
types:
- opened
- synchronize
# Set permissions to none.
#
# Using the broad default permissions is considered a bad security practice
# and would cause alerts from our scanning tools.
permissions: {}
jobs:
check-files-licence-headers:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/setup-go@992f0689006f912ae66668969f1fa6618fc53ebd
with:
go-version: '^1.13.1'
- run: go install github.com/google/addlicense@v1.1.1
- run: ./bin/check_license_headers.sh