Skip to content

Merge pull request #17 from rndquu/ci/cspell-fix #9

Merge pull request #17 from rndquu/ci/cspell-fix

Merge pull request #17 from rndquu/ci/cspell-fix #9

Workflow file for this run

# Initializes the "build and deploy" workflow to have access to github secrets in that workflow
name: Init
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Init
run: |
echo "Initialized"