Skip to content

feat(rename): rename sibling files sharing the project file name (#73) #27

feat(rename): rename sibling files sharing the project file name (#73)

feat(rename): rename sibling files sharing the project file name (#73) #27

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, reopened]
paths:
- 'src/**'
- '*.slnx'
- '.github/workflows/build.yml'
push:
branches:
- main
jobs:
build:
uses: CodingWithCalvin/.github/.github/workflows/vsix-build.yml@main
with:
extension-name: ProjectRenamifier
secrets: inherit