mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 00:34:34 +02:00
ci/check: use github runner instead of self-hosted
This commit is contained in:
parent
1ebc9c9080
commit
ef3b3f3bbb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
check:
|
||||
name: Check that the module is valid
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 40
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue