Skip to content

fix: use correct string notation #2

fix: use correct string notation

fix: use correct string notation #2

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
jobs:
CI:
uses: AstroNvim/.github/.github/workflows/plugin_ci.yml@main
secrets: inherit
with:
plugin_name: "" # disable Neovim plugin checks
is_production: ${{ github.event_name == 'push' }}