Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Fix SVGs import syntax #50

Fix SVGs import syntax

Fix SVGs import syntax #50

Workflow file for this run

# Copyright 2021-2023 Nordcloud Oy or its affiliates. All Rights Reserved.
name: Action
on:
pull_request:
branches: [master]
jobs:
licenses:
name: Check licenses
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
token: ${{ secrets.GHTOKEN }}
- id: changed-files
uses: jitterbit/get-changed-files@v1
- uses: nordcloud/addlicense@master
with:
directory-pattern: '${{ steps.changed-files.outputs.all }}'
- name: Commit changes
uses: EndBug/[email protected]
with:
message: 'Update license headers'
add: '${{ steps.changed-files.outputs.all }}'