Update .gitea/workflows/lint.yaml

This commit is contained in:
2026-01-04 06:26:00 +00:00
parent cb10a22c3d
commit 6d1f59e50d

View File

@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs: jobs:
CI: CI:
name: Lint Check Shellscripts name: Lint Check Shellscripts
runs-on: alpine runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run Linter - name: Run Linter