Skip to content

update to vanilla cookie consent 3.0.0 #35

update to vanilla cookie consent 3.0.0

update to vanilla cookie consent 3.0.0 #35

Workflow file for this run

name: "CI - Pipeline 🚀"
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
inputs:
workflow:
description: "Workflow to run"
required: true
default: "lint"
jobs:
lint:
uses: "./.github/workflows/lint.yaml"
build:
needs:
- lint
uses: "./.github/workflows/build.yaml"