Skip to content

Commit

Permalink
okay ci done mayhapsd
Browse files Browse the repository at this point in the history
  • Loading branch information
claydugo committed Nov 24, 2024
1 parent cda2f16 commit 480cbe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
pandoc: "README.md"
toc: true
demojify: true
output: "doc"

- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Luacheck
uses: lunarmodules/[email protected]
with:
args: lua/ plugin/

- name: Run Stylua
uses: JohnnyMorganz/stylua-action@v2
- uses: JohnnyMorganz/stylua-action@v4
with:
args: --check --config-path stylua.toml lua/ plugin/
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use { 'claydugo/browsher.nvim' }

# ⚙️ Configuration

You can customize `browsher.nvim` by passing options to the setup function, below are the default options. You can omit any or all.
You can customize `browsher.nvim` by passing options to the setup function, below are the default options.

#### Default Options
```lua
Expand Down

0 comments on commit 480cbe2

Please sign in to comment.