fix: change plugin-ci.yaml runs-on to ubuntu-latest (#195)

Co-authored-by: Gandalf the Greybeard <pe_gandalf@noreply.git.farh.net>
Co-committed-by: Gandalf the Greybeard <pe_gandalf@noreply.git.farh.net>
This commit is contained in:
2026-05-15 19:35:57 +00:00
committed by Pixel Patty
parent b1d433ef73
commit 4a4c544e7a
5 changed files with 46 additions and 18 deletions
+5 -2
View File
@@ -6,12 +6,15 @@ on:
jobs:
validate:
runs-on: runners-privilegedescalation
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v6
run: |
git clone --depth=1 "https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.farh.net/${{ github.repository }}.git" .
git fetch origin "${{ github.base_ref }}" --depth=1
git checkout "${{ github.sha }}"
- name: Install actionlint
run: |