ci: use self-hosted runner for forgejo
Some checks failed
Luacheck / luacheck (push) Waiting to run
StyLua / stylua (push) Failing after 4s

This commit is contained in:
Jeremie Fraeys 2026-02-08 15:04:02 -05:00
parent 16e9c589c8
commit f7d4ab5596
No known key found for this signature in database

View file

@ -10,10 +10,7 @@ on:
jobs:
stylua:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4