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

Update docs for vite-env.d.ts definition file #51

Update docs for vite-env.d.ts definition file

Update docs for vite-env.d.ts definition file #51

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/add-and-commit@v7.0.0
with:
message: 'Update license headers'
add: '${{ steps.changed-files.outputs.all }}'