Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(repo_map): fix style #901

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
fix: rust ci conditions
  • Loading branch information
yetone committed Nov 25, 2024
commit 1dfca16ce9c957b2964f22ed630d506cf7debd42
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml → .github/workflows/lua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths:
- "**/*.lua"
pull_request:
branches:
- main
paths:
- "**/*.lua"

jobs:
stylua:
Expand Down