mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-28 01:03:59 +00:00
Update the github workflow
This commit is contained in:
parent
4111f9eec5
commit
a788d7f29d
4
.github/workflows/stylua.yml
vendored
4
.github/workflows/stylua.yml
vendored
@ -9,11 +9,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Stylua Check
|
||||
uses: JohnnyMorganz/stylua-action@v3
|
||||
uses: JohnnyMorganz/stylua-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user