mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-06 04:13:00 +02:00
fix(ci/cd): Rename StyLuacheck to be in line with CONTRIBUTING.md
This commit is contained in:
parent
215e1c852d
commit
ca612e3a47
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stylua.yml
vendored
2
.github/workflows/stylua.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: StyLua
|
name: StyLua
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
StyLuacheck:
|
StyLua:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update repositories
|
- name: Update repositories
|
||||||
|
|
Loading…
Reference in a new issue