Skip to content

Commit

Permalink
fix(ci): Use full URLs for actions
Browse files Browse the repository at this point in the history
I've moved to forgejo which uses https://code.forgejo.org/actions/ by
default
  • Loading branch information
jiriks74 committed Dec 12, 2024
1 parent df0a0b5 commit ed9d74d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
- name: Update repositories
run: sudo apt update
- name: Install Luacheck
uses: awalsh128/cache-apt-pkgs-action@latest
uses: https:////github.com/awalsh128/cache-apt-pkgs-action@latest
with:
packages: lua-check
- name: Checkout
uses: actions/checkout@v4
uses: https:////github.com/actions/checkout@v4
- name: Luacheck linter
run: luacheck --config .luacheckrc .
4 changes: 2 additions & 2 deletions .github/workflows/stylua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
- name: Update repositories
run: sudo apt update
- name: Install cargo
uses: awalsh128/cache-apt-pkgs-action@latest
uses: https:////github.com/awalsh128/cache-apt-pkgs-action@latest
with:
packages: cargo libssh2-1

- name: Install StyLua from crates.io
uses: baptiste0928/cargo-install@v3
uses: https:////github.com/baptiste0928/cargo-install@v3
with:
crate: stylua
version: 0.20.0
Expand Down

0 comments on commit ed9d74d

Please sign in to comment.