diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..63017d9 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,14 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: jiriks74 # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 87145d9..5b47412 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -4,7 +4,13 @@ jobs: Luacheck: runs-on: ubuntu-latest steps: + - name: Update repositories + run: sudo apt update + - name: Install Luacheck + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: lua-check - name: Checkout uses: actions/checkout@v3 - name: Luacheck linter - uses: lunarmodules/luacheck@v1 + run: luacheck --config .luacheckrc . \ No newline at end of file diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index fac1a50..c941983 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -4,6 +4,13 @@ jobs: StyLuacheck: runs-on: ubuntu-latest steps: + - name: Update repositories + run: sudo apt update + - name: Install cargo + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: cargo + - name: Install StyLua from crates.io uses: baptiste0928/cargo-install@v3 with: diff --git a/README.md b/README.md index a4ea6e7..a8bcc0f 100644 --- a/README.md +++ b/README.md @@ -161,4 +161,4 @@ or message [me (@jiriks74)](https://discordapp.com/users/517810049360461837) on Asset additions and changes are also welcome! Supported file types can be found in [`file_assets.lua`](lua/presence/file_assets.lua) and their referenced asset files -can be found [in this folder](https://www.dropbox.com/sh/j8913f0gav3toeh/AADxjn0NuTprGFtv3Il1Pqz-a?dl=0). +can be found in [the `icon-assets` branch](https://github.com/jiriks74/presence.nvim/tree/icon-assets).