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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user