Skip to content

🎨 use safe way to init paths #164

🎨 use safe way to init paths

🎨 use safe way to init paths #164

Workflow file for this run

name: CI
on:
push:
paths-ignore: ['**/*.md']
pull_request:
paths-ignore: ['**/*.md']
workflow_dispatch:
jobs:
linux:
uses: ./.github/workflows/linux.yml
permissions:
contents: write
macOS:
uses: ./.github/workflows/macos.yml
permissions:
contents: write
windows:
uses: ./.github/workflows/windows.yml
permissions:
contents: write