Skip to content

Update google-calendar recipe to load external scripts to fix CSP error #202

Update google-calendar recipe to load external scripts to fix CSP error

Update google-calendar recipe to load external scripts to fix CSP error #202

Workflow file for this run

name: Checks
on:
# PRs only on main branch
pull_request:
branches: [main]
jobs:
check:
name: Check Recipe Version Bump
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Fetch main branch
run: git fetch origin main --depth 1
- uses: tj-actions/changed-files@v37
id: changed-files
- name: Checking recipe version bump
uses: ./.github/workflows/check-recipe-version-bump
with:
changed-files: ${{ steps.changed-files.outputs.modified_files }}