Skip to content

Commit

Permalink
chore: update chechout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
budchirp committed Jun 27, 2024
1 parent d59ba77 commit 8fafecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Luacheck
uses: lunarmodules/luacheck@v1
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
<h1 align="center">extensions</h1>
<h2 align="center">Extensions for OxygeNvim</h2>

<p align="center">
<img alt="Stargazers" src="https://img.shields.io/github/stars/OxygeNvim/packs?style=for-the-badge&colorA=0b1221&colorB=ff8e8e" />
<img alt="Last commit" src="https://img.shields.io/github/last-commit/OxygeNvim/packs?style=for-the-badge&colorA=0b1221&colorB=BDB0E4" />
<img alt="Issues" src="https://img.shields.io/github/issues/OxygeNvim/packs?style=for-the-badge&colorA=0b1221&colorB=FBC19D" />
</p>

0 comments on commit 8fafecc

Please sign in to comment.