Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/user-code-style.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: 👤🖌️ Fix Code Style

# Description: Runs code style fixes or checks, and namespace checks for C# code.
#
# Fields:
# - mode: 'fix' or 'check'
#
# Triggers:
# - Manually via workflow_dispatch with mode input
#
# Permissions:
# - contents:write - Required to create branches and commit changes
permissions:
contents: write
on:
Expand Down
316 changes: 0 additions & 316 deletions .github/workflows/user-update-branch.yml

This file was deleted.

Loading