1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 12:03:00 +02:00

fix(ci/cd): Move StyLua from action to cargo + command

[#68] StyLUA check is not working for PRs from forks

https://openproject.stefka.eu/work_packages/68
This commit is contained in:
Jiří Štefka 2024-04-08 12:16:40 +02:00
parent 65f93ee9ed
commit b31d130e5e
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -4,12 +4,13 @@ jobs:
StyLuacheck:
runs-on: ubuntu-latest
steps:
- name: Install cargo-hack from crates.io
uses: baptiste0928/cargo-install@v3
with:
crate: stylua
version: 0.20.0
- name: Checkout
uses: actions/checkout@v3
- name: StyLua check
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GH_TOKEN }}
version: v0.18.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
# CLI arguments
args: --check .
- name: Check code formatting
run: stylua -c .