Skip to content

Add Discord release notification workflow #19

Add Discord release notification workflow

Add Discord release notification workflow #19

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
validate:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate repository structure
run: echo "Repository structure validated"