Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiser-Yang committed Jan 31, 2025
1 parent f30aee8 commit 71db255
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,19 @@ on:

jobs:
stylua:
name: stylua
name: Format Lua Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: JohnnyMorganz/stylua-action@v4
- name: Checkout
uses: actions/checkout@v4

- name: Stylua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.PAT }}
version: latest
args: --check lua/
args: -g '*.lua' -- .

- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "format: stylua"
5 changes: 5 additions & 0 deletions lua/blink-cmp-git/ha.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {



}
1 change: 1 addition & 0 deletions lua/test.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print('haha')

0 comments on commit 71db255

Please sign in to comment.