Files
Arch-Linux-Installer/.gitea/workflows/ci.yml
T
LogalDeveloper 6441b0114d
Audit / Package Resolution (push) Successful in 1m6s
CI / Linting (push) Successful in 4s
Added linting and package resolution Gitea Actions workflows.
2026-04-29 16:03:33 -04:00

20 lines
394 B
YAML

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
linting:
name: Linting
runs-on: logaldeveloper-archlinux
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check linting with ShellCheck
run: git ls-files -z '*.sh' | xargs -0 -r shellcheck --external-sources