Fix CI
Some checks failed
Continous Integration / Build (push) Successful in 11s
Continous Integration / Lint (push) Successful in 10s
Continous Integration / Styling (push) Successful in 9s
Continous Integration / Unit Testing (push) Failing after 22s

This commit is contained in:
marked 2025-05-07 00:46:47 +02:00
parent 2a6907434a
commit b1f644607d

View file

@ -58,12 +58,15 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check code style
uses: https://github.com/JohnnyMorganz/stylua-action@v4
- name: Install Rokit
uses: https://github.com/CompeyDev/setup-rokit@v0.1.2
with:
token: ${{ secrets.githubtoken }}
version: v2.1.0
args: --check lib/
# Forgejo doesn't play nice with the stylua action for some reason
- name: Check Code Style
run: |
stylua --check lib/
test:
name: Unit Testing